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 Nov 8, 2023. It is now read-only.
I have Lockito setup to send mock locations on my OnePlus 3T. I see that Google Maps shows the fake locations, so I know that Lockito works correctly, but in my application, the location change handler never triggers.
PS: I took care so that the mock accuracy in bellow desider accuracy.
The text was updated successfully, but these errors were encountered:
The problem was that the plugin was based on the native Android location manager, not the Google Play Services one.
We had a lot of issues because of this approach and we fully replaced it with the Google Play Services one (used by Google Maps). The watchLocation method could use mock locations now (however the getCurrentLocation method is still working only with real locations).
I have Lockito setup to send mock locations on my OnePlus 3T. I see that Google Maps shows the fake locations, so I know that Lockito works correctly, but in my application, the location change handler never triggers.
PS: I took care so that the mock accuracy in bellow desider accuracy.
The text was updated successfully, but these errors were encountered: