Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS

How do I use iBeacons ?

I want to make an iPhone (or any low cost device/transmitter) an iBeacon, so when the user who has installed my application comes within 10m of the iBeacon a notification will come on their phone and will open the app when the notification is pressed. What can I use as a transmitter besides and iPhone and would a user who doesn't have my all installed also recieve a notification? Language- Swift

1 Answer

I'm starting to code apps that take advantage of iBeacon technology. I'd recommend you check out the documentation Apple has made available at: https://developer.apple.com/ibeacon/

Estimote (http://estimote.com) has iBeacons for sale and they even have an SDK that simplifies keeping track of devices interacting with your iBeacon.

Please let me know if this has been of help or if you have any more specific questions regarding the implementation.

Could you tell me how to use my iPhone as an iBeacon. I've downloaded AirLocate from the Apple Developer website and installed it on my iPhone. When I enable it in the app I don't get a response on other devices nearby. (Still a bit new to programming)