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 have installed example app in iOS device and when i click on Register button. It does not work. It always shows Current stat: N/A.
Is there any settings i need to do?
In Android device it works as expected.
The text was updated successfully, but these errors were encountered:
I'm having the same issue as well. Running the example app and registering a geofence does not show any GeofenceEvents on iOS but it works well on Android. Does anyone have a solution for this problem?
oh... i got it.
For Android, if you are inside the geofencing, Android will trigger enter.
For iOS, if you are inside geofencing, iOS doesn't trigger.
You need to really outside the geofencing area, than enter the geofencing area, than it can trigger..!
How to test:
iOS simulator in the beginning, set your current location far away, at least outside geofencing area.
set your custom location inside the geofencing area.
I have installed example app in iOS device and when i click on Register button. It does not work. It always shows Current stat: N/A.
Is there any settings i need to do?
In Android device it works as expected.
The text was updated successfully, but these errors were encountered: