CLLocationSourceInformation to prevent GPS spoofing

I’m trying to prevent the user from spoofing his current location using third party software, for ex: imyfone anyto or something similar, is CLLocationSourceInformation supposed to detect this behavior or not? I couldn’t find much information about this API.

Replies

For the problem cases of concern, have you examined the output of the API? For example, the isSimulatedBySoftware property should only be true when a developer is debugging or testing an app.