Buglife / LocationSpoofer

Easy location spoofing on iOS.
MIT License
80 stars 8 forks source link

Question: Does this override CLLocationManager as used by system services? #1

Closed johnalanwoods closed 5 years ago

johnalanwoods commented 5 years ago

When using an active app that calls this library, does it just affect in app location, spoofing for the running app only or is it effective system wide?

schukin commented 5 years ago

This only affects the currently running app. To override location system-wide, you'll need to do so via Xcode.

johnalanwoods commented 5 years ago

thanks!