Avoid user interaction when we use CLLocationManager
Is it possible on a jailbreak iPhone get gps location without user interaction?
В моем коде
[CLLocationManager authorizationStatus]
всегда возвращайся kCLAuthorizationStatusRestricted
,
Если я использую
[CLLocationManager setDefaultEffectiveBundle:[NSBundle bundleForClass:self.class]]; // privat api
I getting kCLAuthorizationStatusNotDetermined
,