iBeacon content management system [closed] - ios7

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I have developed a set of iBeacons and it shows the UUID, Major and Minor values on the iBeacon locate app from Google Play. The next step is fetching the data from the cloud. I am aware that Kontakt, Estimote, GeLo etc offer CMS for the beacons bought from them.
I am looking for an effective iBeacon Management platform where i can fetch and manage data from the cloud on entering proximity. Also, would setting up own cloud management a good idea? Please suggest the best approach. Thanks for your patience.

You can also check out our iBeacon Interaction Management Platform: Pushmote. There is free package, Basic package, which includes all the following features monthly for each app:
10.000 Interactions
1M Geo-fencing enabled Push Notifications
10.000 Passbooks
Detailed analytics with iBeacon Heat Maps
Audience Segmentation
20GB CDN Storage
User Timelines
You can request beta invitation and start using it. I hope it helps you.

Check out my company's ProximityKit service. It lets you set up key/value pairs for all your iBeacons managed in the cloud, and syncs them automatically to devices with your app installed. It offers iOS and Android SDKs.
A build vs. buy decision often comes down to a few factors:
CONs to building your own:
I takes time and money to develop.
It takes time and money to bug fix and maintain your own solution.
You have to learn the potentially painful lessons of building your own that other folks have already figured out.
PROs to building your own:
You get to customize it to be exactly what you want.
Full disclosure: I am Chief Engineer at Radius Networks.

Related

How to deploy an iPad app to apple store? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
This client wants to deploy our app to apple store. Before this, i have worked upon either enterprise app or other clients deploy app to apple store themselves. Now, this client wants me to guide them step by step to deploy on to app store.
I googled and found few articles about that process. It would be good if someone can share the document or link they referred while doing so.
I have development profile as well as enterprise profile.
Please help me in this.
This document should get you started in all the right directions: https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/Introduction/Introduction.html
If the account is set up properly and the actual app binary is there as well (and is working and was tested and all, you know), then the actual release shouldn't be all too difficult. You have to have icons and screenshots and descriptions and everything ready at the time when you release, but don't worry, you can always pause the release process and get back to it later if you realize you're missing anything.
Is this too general? Do you need any more specific answers (for more specific questions)?

Suggestion for test case managment tool [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
First off, please forgive me if this has been answered before. I did do a search before posting but the results that came back were not really satisfying. This is question is a "last resort" type of thing, to point us to the right direction, if at all possible.
My team and I have been looking for a good test case management tool. So far we have been using Zephyr, but we find it to be quite bloated and a tad complicated for what we believe we need.
What we need the tool with the following features.
Integration with Jira
Good reporting capabilities (much like Zephyr).
Support for agile teams.
Support for multiple projects over multiple iterations.
Nice, clean and intuitive interface
Some things to consider:
We have rejected Jira as a test management tool because we feel handling multiple projects with it would be a real pain
We have also rejected Zephyr for Jira, pretty much for the same reasons, and because of our current experience with Zephyr.
Would it possible for you to recommend any tool that satisfies the above features?
Thank you in advance!
Why don't you take a look at PractiTest?
I am biased because I work for them, but on the other hand the system provides all the things you mentioned above that you are looking for (simple to use, good integration with Jira, supports Agile teams, etc) and some additional features and things that make the life of the average tester easier and overall better.
You can sign up to one of the public demos that run once or twice a week from the site. And after the demo you can choose to work with PractiTest for free for a couple of weeks as part of the 2-week free evaluation license.
As you said, testing and test management should not be complex and over-bloated...
-joel
Try APTEST (product of Atlassian). With APTEST integration with JIRA is made simpler. It connect tests and test results to issues in JIRA. For more details check the following link APTEST - JIRA Integration

Which map HTTP APIs are available? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
(I asked on programmers.stackexchange.com but my question got voted down into the negative, so I'm re-asking here.)
I'd like to use a map API for a private intranet web site I'm developing. The Google Maps API is free as long as the web site that uses it is also free. For private intranet web sites, the Google Maps API costs $10,000 US per year (or more) for a business/enterprise license which makes it too expensive for a small 1-guy shop like myself.
So now I'm looking for other options. Are there any usable HTTP map APIs that are free or lower/reasonable cost?
You might wanna check this and this too because what you think about the rules about Google Map is not entirely true. To answer your question, most other providers carry similar license agreement; plus, the solution is not hard to be found hence the voting down (I suppose, no offense).
Anyhow, try Googling OpenStreetMap, hope this helps you!
Google GeoCharts is not a street-by-street level maps and satelite pictures familiar to Google Maps users, but it worked great for what I needed. You can find it here: https://developers.google.com/chart/interactive/docs/gallery/geochart
(Actually, the entire Google Charts javascript library is quite amazing!)

In house data sync service for iOS devices [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am going to write a small program for a small client(3 iPads + 1 mac). I want to sync data between all devices, I need to sync CoreData objects + PDF files + Images. It would be perfect if the solution could run on a in house server without internet connection.
I thought of writing the server side code myself, but I am a bit of a stranger to server side code so it would take a bit time for me to learn an implement a reliably solution.
My question does anyone know some kind of sync service that can run without internet connection? Or does one exist with internet connection?
Thanks for your help!
I think what might be best for you is writing a bonjour application. Its apple's easy way of connecting devices and is relatively simple to work with. You could run an in house Mac Mini/Server that all the devices connect to. Its a bit of a broad question but might help put you in the right direction.
Bonjour tutorial
Apple Bonjour

Building online store [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Many online store share common features, such as payment handling, order tracking, recommendation, shopping cart, CMS, etc.
Are there common opensource / commercial frameworks or packages that developers are using to build these site? Or do many of them building it from scratch?
Services like Shopify look simple to use but I don't want my site to look too right out of a Can and I am worry that there might be limit to the customization I can do.
Can someone point me to a right direction as to what technologies are available? I am looking for a solution that is not restrictive and has plenty of support from the community.
Thanks a lot.
There are plenty of open source solutions out in the wild.
If I were to build an e-shop I would probably take a closer look at Satchmo. Now I'm biased as I like python and postgresql. The system is based on Django, which has a very flexible templating system. But of course it is up to you to make the design.
Check out the features available and the store gallery to see if this is something for you.
http://www.satchmoproject.com/docs/dev/features.html
// John
here's a blog post I've written about comparing open source ecommerce packages with hosted ones.
We've built SolidShops.com as a hosted ecommerce solution which allows you to build 100% custom and unique stores in html/css.
In the end, it all depends on whether you have budget to go with a hosted solution or if you are willing to install, update, configure, secure, ... an open source package like magento.
oscommerce is vastly used also.
You can also buy a ready-made template for it on template selling websites like template monster.
So for about $200 you can have your whole design/coding done. That is, unles you want custom stuff.