Notification Demo

Hi guys, i tried the Notification-Demo and it worked very good. Now I want to build this notification app for one single beacon. I changed the demo code to:

self.beaconRegion = [[CLBeaconRegion alloc] initWithProximityUUID:proximityUUID major:45792 minor:28770 identifier:@"RegionIdentifier"];

So I set the major and minor IDs directly and not from self.beacon object.

Thanks for helping me out!
Florian

Try our newest feature: app generator.

Go to cloud.estimote.com, the “Apps” section, add a new app there, and pick the “Notification” template. You’ll be able to choose which beacon to use in the template, and it’ll generate an Xcode project for you. You can then tweak it to your liking (:

Also, let us know what you think about the generator (;

Wow! The app generator is just awesome!