Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS - Monitoring For Region doesn't work when kill the application #106

Open
vmfo22 opened this issue Mar 2, 2016 · 4 comments
Open

iOS - Monitoring For Region doesn't work when kill the application #106

vmfo22 opened this issue Mar 2, 2016 · 4 comments

Comments

@vmfo22
Copy link

vmfo22 commented Mar 2, 2016

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?

@DavidStrachan
Copy link

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.

@vmfo22
Copy link
Author

vmfo22 commented Mar 7, 2016

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.

@heypiotr
Copy link

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?)

@vmfo22
Copy link
Author

vmfo22 commented Mar 21, 2016

I tried upgrade iOS Estimote framework and it works for what I need. After finished my tests I can do a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants