-
Notifications
You must be signed in to change notification settings - Fork 13
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
Location Fetching fails too many times #169
Comments
At least on Android You can switch to using Or you can call As for the "not supported". Is it Android or iOS? It looks like on Android we check for:
But maybe that's not enough and we need to check more. On iOS we check I suppose I could also add a flag that bypasses the |
I've changed up the approach on detecting whether or not the device has location services enabled on Android. This is apparently more reliable and specific. However I have also given the option to disable the check for location services in #172 It will be released in 2.0.0, which as long as the publish process works this time, should be out today. |
Hi @jordond The "Not supported" issue is only there on Android. If I understood correctly, do you mean
|
Hi,
I am using
Compass 1.2.4
in my Kotlin Multiplatform + Compose Multiplatform app which is on production for quite some timeWe're getting alot of complaints that location fetching is not working
After checking I found out there are soo many failures
This is in the last 90 days
Any idea what could be going wrong
Also the "Device does not support geolocation" failure is happening on devices which do support geolocation, as location fetching works in every other app on that device.
This is how I am using Compass
The text was updated successfully, but these errors were encountered: