mobfox / MobFox-iOS-SDK

Apache License 2.0
15 stars 12 forks source link

Location Services #66

Closed dwxw closed 5 years ago

dwxw commented 6 years ago

We don't wish to use location services, so have added [[MFLocationServicesManager sharedInstance] stopFindingLocation]; before requesting an ad. However if you have location services disabled in the global settings (Settings/Privacy), the first call to the SDK launches the system popup requesting location services to be enabled. I'm assuming if I'm asking the SDK not to use location, then it shouldn't need to have location services enabled.

nabriski commented 6 years ago

The fix for this will be included in our next release, currently scheduled for early next week.