Loading...
Answers
MenuAnyone deploy a large scale iBeacon initiative yet?
Answers
I've been recommended to speak with Leigh Rowan in the past for iBeacon projects. I haven't had the pleasure of doing so yet but he came highly recommended. His contact information is on his LinkedIn account. https://www.linkedin.com/in/leighrowan
I've got a desk full of various iBeacon hardware, and for the most part the performance profiles are pretty similar. The major differentiating factors to me are the enclosures, battery, and the SDK (if you're looking to use the manufacturer supplied SDK). Happy to talk more about the details of the hardware I've gotten hands-on experience with.
More then one! I am owner of community : Beacon iced on Google+! Check it out and find the best white papers, examples, companies: Estimote, Lightcurb, beacons tachtig, to me a few
Beacons essentially are transponders that provide a unique ID via Bluetooth to a compatible device. In practice, that means an iPhone, iPad, or iPod Touch, since those devices have supported Bluetooth Low Energy for several years. But today it is hit and miss outside of iOS devices. Most beacons do little else than transmit their ID to a Bluetooth Low Energy device. An app on the device connects to the Internet to look up that beacon ID and pass that UUID to a back-end service that then tells the app whatever it needs. For example, device X might be in the men's shoes department at a Macy's at 123 Main St., Anytown, USA. The app could then list shoes on sale there, check online inventory for a shoe out of stock at that location, alert you when you're in a department that offers a product you previously placed on your shopping list, or provide your location to a store mapping app. Beacons are typically the size of a hockey puck and are meant to stick on walls or other surfaces. Alternately, they could be easily stolen or pulled off walls by vandals. Beacons are typically battery-operated. You must replace the batteries every few years and hope you do not miss a beacon in that survey -- or put a beacon back in the wrong location. The Brooklyn Museum has documented some of the physical issues with beacons in a compelling blog post. High-tech solutions include getting Wi-Fi or 802.16 beacons that connect to your LAN so that you can monitor individual beacons' status, such as battery level or whether it is still functioning.
Well, Bluetooth's short-range nature takes that challenge to a whole new level. You probably need several beacons within a small shop, corporate lobby, or department store section -- no single beacon's Bluetooth signal will likely cover all places your users could be. You may have to play with signal strength to reduce overlap, program the apps to look for patterns of beacons to try to triangulate to a specific likely location, or offer an ability to see «nearby» information so that a user can move to the correct item if the app detects a nearby beacon instead of the intended one. For basic beacons, you have to manually go to each beacon to ensure it's still in place, the battery is working, and the signal is found -- which would need to become part of your “open the store” routine.
It is like managing Wi-Fi access points, but with a lot more individual devices to check and track. The network-managed beacons can more easily be, well, managed, such as to update their firmware. Network management also makes it easier to update the beacon for new capabilities, such as to add Eddystone support or change the beacon IDs from Apple's UUID standard to Eddystone's standard, for upgradable beacons. All this networking management will cost you a lot more money. Beacons typically report only their ID string and a little context like battery level, so you might wonder what security needs exist. Major beacon providers typically offer ways to lock down the ID and authenticate changes based on a user's account information before allowing the change to occur. This is the kind of management IT does every day, but few IT shops will know how to do so for beacons -- not to mention the marketing folks who will likely ask for beacon deployments. Finally, there is the app that uses the beacon ID to deliver whatever information you intend. The app must be able to look up the beacon ID, so the device running it needs Internet capability. You may also want to download a local set of IDs to the app in case Internet access is disrupted, such as in subway tubes, store basements, and so on. The more locations you use beacons, and the more the things they are associated to change, the harder this information management challenge becomes. Beacons' challenges often involve more than one type, so the management can get even trickier. For example, a museum will have to reprogram the content for beacons used in traveling exhibits, whose artwork changes periodically.
Besides if you do have any questions give me a call: https://clarity.fm/joy-brotonath
Related Questions
-
What is the generally agreed upon "good" DAU/MAU for mobile apps?
You are right that the range is wide. You need to figure what are good values to have for your category. Also, you can focus on the trend (is your DAU/MAU increasing vs decreasing after you make changes) even if benchmarking is tough. Unless your app is adding a huge number of users every day (which can skew DAU/MAU), you can trust the ratio as a good indication of how engaged your users are. For games, DAU/MAU of ~20-30% is considered to be pretty good. For social apps, like a messenger app, a successful one would have a DAU/MAU closer to 50%. In general most apps struggle to get to DAU/MAU of 20% or more. Make sure you have the right definition of who is an active user for your app, and get a good sense of what % of users are actually using your app every day. Happy to discuss what is a good benchmark for your specific app depending on what it does.SG
-
What is the best technology for developing a new mobile app from scratch?
There are two sides to that question. One is the mobile app itself and the other is the backend. If I misunderstood in any way and you didn't mean "native" app I apologize in advance. On the backend, there is no clear cut answer to which is the "best". It depends solely on the developers you are able to get. We for example use Node.js , mongoDB, redis, elasticsearch and a couple of proprietary tools in the backend. But you have your pick of the litter now both on the backend api and the datastore with the myriad of options available and touted as the "best" currently on the market. Now on the app side again it solely depends on what you need your mobile app to do. Experiencing first-hand "develop once, run anywhere" I can say it's more like "develop once, debug everywhere" to quote a Java saying. We have tried Phonegap and Titanium Appcelerator and we have switched to native (ObjC and Java) after a couple of months of trying to go the hybrid route. The reasons behind the choice are as follows: - anything that breaks the pattern of how those frameworks NEED to operate is just a huge technical debt that keeps accruing a huge interest. - anything that uses css3 accelerated animations on Android is buggy at best and slow as hell at worst on any lower (< 4.1 I think) versions of Android I hope this gives you some insight. If you need/want to ask me anything feel free to contact me. MihaiMP
-
If I am planning to launch a mobile app, do I need to register as a company before the launch?
I developed and published mobile apps as an individual for several years, and only formed a corporation later as things grew and it made sense. As far as Apple's App Store and Google Play are concerned, you can register as an individual developer without having a corporation. I'd be happy to help further over a call if you have any additional questions. Best of luck with your mobile app!AM
-
Any opinions on raising money on Indiegogo for an app?
Apps are difficult to fund on IndieGoGo as few are successful, and we rarely take them on as clients. Websites like http://appsfunder.com/ are made for that very reason, but again, difficult to build enough of a following willing to pay top dollar for an app that could very well be free, already existing in the marketplace. A site that is gaining more traction you may want to look into would be http://appsplit.com/. Again, Appsplit Is Crowdfunding For Apps specifically.RM
-
What tools to use for mobile Prototyping ?
My 2 favourite are: - www.uxpin.com - www.flinto.com Flinto is by far my favorite for mobile. I also us www.balsamiq.com for anything wireframe. Sometimes I jump into Sketch http://www.bohemiancoding.com/sketch/ for more high fidelity mockups using their Mirror feature http://www.bohemiancoding.com/sketch/mirror/ Hope that helps. P.S. There's a tonne of Mobile UX experts on Clarity, many $1/min - call them, you'll learn so much. my2cents.DM
the startups.com platform
Copyright © 2025 Startups.com. All rights reserved.