Questions
Query on Location permssions
10 months ago by Champa
Hello,
I have enabled the Location permission on the dashboard. And used the java script bridge call as mentioned in the document
https://median.co/docs/location-services
This document says "median.android.geoLocation.promptAndroidLocationServices();"
but looks like the call is "median.android.geoLocation?.promptLocationServices();" and the document is not updated. Please let me know if I am wrong.
Using median.android.geoLocation?.promptLocationServices();" ---- I am able to get the location options with 3 options
- While using the app
- Ask every time
- Dont Allow
Clicking on the options are giving error like
- Time out
- Application does not have sufficient geolocation permissions
Android app have permissions in manifest as below
Please guide on the same.
Thanks,
Champa