Notification demo + MacOS virtual beacon not working

In order for the Mac virtual beacon to show up in the SDK Example app at all, I had to change Examples/Examples/ESTBeaconTableVC.m:

self.region = [[ESTBeaconRegion alloc] initWithProximityUUID:ESTIMOTEMACBEACONPROXIMITY_UUID

(by default it was ESTIMOTEPROXIMITYUUID)

After doing that I could see the beacon and go to the notification demo.

However, getting to this screen: http://cl.ly/image/0z200n0Y1N1l

No matter what I did, it would not trigger a notification. I tried turning off the virtual estimote beacon and walking away and coming back.

Is this a known bug or am I doing something wrong?

Update: if I quit the virtual estimote beacon application completely, and wait for 30 seconds, it seems to work.

Actually, I think the main problem was that I wasn't waiting long enough. Even using the on/off button in the virtual estimote beacon application seems to be working fine.

Please close the ticket.

Traun,
Sure, great that it's all fine.
Thanks for the update!