Preventing GPS Location Manipulation in iOS Apps

Hi, I've discovered that my app's location can be manipulated using iMyFone. I've searched extensively online for solutions, but haven't found anything effective. Do you have any insights on how I can prevent this manipulation using Swift code? Thanks for your help in advance.

Answered by Scott in 783195022

Have you tried Core Location’s isSimulatedBySoftware (link) property?

Accepted Answer

Have you tried Core Location’s isSimulatedBySoftware (link) property?

Preventing GPS Location Manipulation in iOS Apps
 
 
Q