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.

Accepted Reply

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

Replies

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