Estimote / iOS-Fleet-Management-SDK

Estimote Fleet Management SDK for iOS
https://developer.estimote.com
MIT License
1.18k stars 398 forks source link

notifyEntryStateOnDisplay not working since...? #203

Closed benjaminhallock closed 8 years ago

benjaminhallock commented 9 years ago

notifyEntryOnDisplay is a boolean property on the beaconRegion.

It's supposed to call didDetermineState when the display is turned on (inside a region)...

I use that to trigger a notification.

That stopped working a long time ago (v.2.1.5) and I complained back then.

I'm using a virtual beacon on another iPad via EstimoteSDK, which works great, I just can't get this method to call didDetermineState when the display is turned on.

Note: v.2.1.5 still had this problem when I just tested. So this must be iOS related.

heypiotr commented 8 years ago

SDK 3.x no longer uses ESTBeaconRegion, but the native CLBeaconRegion instead. So I suspect this bug should be gone in SDK 3.x. Feel free to reopen otherwise.

benjaminhallock commented 8 years ago

I'll check... I think  disabled it tho.