-
Notifications
You must be signed in to change notification settings - Fork 56
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: I am not getting notify when exiting a region #36
Comments
I would not recommend testing the app in this way. You should deploy the app to a device that supports geofencing and test from there From: i25878427 Hello, I am trying to create region monitor, I wrote the code below but it doesn't alert me when the region is being exit. When I run my code, a "initmonitor" alert is popup (as it should) and after clicking on the "foo" button, I received "startmonitor" alert. I will appreciate if you can help me. Thanks,
— |
thanks for replying. |
Do you get an enter region event when entering.
|
Thanks for helping, I found out why it was not working.
|
Hello,
I am trying to create region monitor, I wrote the code below but it doesn't alert me when the region is being exit.
When I run my code, a "initmonitor" alert is popup (as it should) and after clicking on the "foo" button, I received "startmonitor" alert.
Then in my xcode simulator I change the simulation location to a different city, and I expected to get exit region alert but it doesn't popup.
*I am using phonegap 3.1.0-0.15.0
I will appreciate if you can help me.
Thanks,
Roy
The text was updated successfully, but these errors were encountered: