jail-monkey
jail-monkey copied to clipboard
iOS mock location detection not accurate
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.