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.
Preventing GPS Location Manipulation in iOS Apps
Have you tried Core Location’s isSimulatedBySoftware
(link) property?