Hello,
GetLocation is not working while offline.
It gives me this error: OS-PLUG-GLOC-0016 - Location settings error.
MABS V11.1
It was tested on an Android v12 phone.
GPS was turned on.
Can someone tell me what might be the solution for this?
Thanks in advance.
Hey everyone, please try using the latest version - 6.1.0 - For retrieving location while offline on Android. Release notes:
Features
Hi, You might be using HighAccuracy as true for Location Action;Try using :- Set EnableHighAccuracy as False while populating location
Confirm below:1- Permissions
"permissions": [ "android.permission.ACCESS_COARSE_LOCATION", "android.permission.ACCESS_FINE_LOCATION", "android.permission.ACCESS_BACKGROUND_LOCATION" ]2- make sure you're usign latest version of componentGood Luck
With the newer version it is working in Airplane mode as well.
Thanks,
Gonçalo Silva