You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use the plugin with Estimote beacons. As much as I know iOS SDK supports monitoring regions but using the action to start monitoring in plugin and change the code of callbacks didEnterRegion and didExitRegion to create a Local Notification, nothing happens when I kill the App but if i try to do the same in a demo code of estimote this works.
Plugins doesn't support this? or is it a problem?
The text was updated successfully, but these errors were encountered:
I have this same problem but I think this repository is mostly inactive. I get the same thing on both Android and iOS. I never found a solution even when using other plugins. Do post if you find an answer.
For Android it's normal this don't work because you need create a service to work in background. Regarding iOS it should work but doesn't work and I can't understand why.
The Estimote Android SDK automatically creates and maintains a service to allow beacon detection in the background. The SDK included in this plugin is pretty dated though, so you could try updating it first (and maybe contribute a PR?)
I'm trying to use the plugin with Estimote beacons. As much as I know iOS SDK supports monitoring regions but using the action to start monitoring in plugin and change the code of callbacks didEnterRegion and didExitRegion to create a Local Notification, nothing happens when I kill the App but if i try to do the same in a demo code of estimote this works.
Plugins doesn't support this? or is it a problem?
The text was updated successfully, but these errors were encountered: