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
{{ message }}
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.
For geofencing to work, the device must have the "high accuracy" location setting enabled, which is something we can check for, but not a system permission that we can prompt for. So instead, if location settings do not allow geofencing, the app on first open will launch location settings and show a Toast message explaining what's needed.
A better interaction would be to use dialogs or some other message easier to read than the disappearing Toast message, and also to not prompt on every app open, as geofencing is not required for the app to work otherwise.
The text was updated successfully, but these errors were encountered:
For geofencing to work, the device must have the "high accuracy" location setting enabled, which is something we can check for, but not a system permission that we can prompt for. So instead, if location settings do not allow geofencing, the app on first open will launch location settings and show a Toast message explaining what's needed.
A better interaction would be to use dialogs or some other message easier to read than the disappearing Toast message, and also to not prompt on every app open, as geofencing is not required for the app to work otherwise.
The text was updated successfully, but these errors were encountered: