Avoid user interaction when we use CLLocationManager

89 views Asked by At

Is it possible on a jailbreak iPhone get gps location without user interaction?

In my code

[CLLocationManager authorizationStatus]

always return kCLAuthorizationStatusRestricted.

If I use

[CLLocationManager setDefaultEffectiveBundle:[NSBundle bundleForClass:self.class]]; // privat api

I getting kCLAuthorizationStatusNotDetermined.

0

There are 0 answers