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
Hello @Nikhil-Rattan how did you find out that the calendar app was using mock location, is there any way of detecting apps that use this mock location feature?
I'm facing a similar issue where no actual mock location app is being used in vivo devices but the CanMockLocation method returns true.
Any app showing inside this option will be considered as mock location app by jail broken. For example it is considering calender app as mock location app and I'm not able to run my app
I'm having the same problem on LG K50S device, it have a pre-installed LG application com.lge.gnsspostest which is returning true in this validation because it has the ACCESS_MOCK_LOCATION permission. At the same time, the Fake GPS application com.blogspot.newapphorizons.fakegps returns false because it does not have this permission in the manifest.
JailMonkey.canMockLocation()
Every it returns true in xaiomi phone, so unable to use the app further.
Testing Device:
Any Xaiomi phone
Just want that the package should ignore the inbuild calender of Xaiomi and check for other apps that mocks the location.
@GantMan It would be great help, if you can look into this issue
The text was updated successfully, but these errors were encountered: