jail-monkey icon indicating copy to clipboard operation
jail-monkey copied to clipboard

iOS mock location detection not accurate

Open unmec opened this issue 7 years ago • 0 comments

After reading the part in source for iOS I realized the mock location detection is equal to jailbreak detection:

JMCanMockLocationKey: @(self.isJailBroken)

However it's possible for an user to mock location while stays jailed, I found a discussion here about possible detection mechanisms for those who are interested.

unmec avatar Feb 18 '19 09:02 unmec