使用CLLocationManager时避免用户交互

时间:2013-08-21 13:15:26

标签: iphone objective-c gps jailbreak ios6.0

在越狱iPhone上是否可以在没有用户互动的情况下获取GPS位置?

在我的代码中

[CLLocationManager authorizationStatus]

始终返回kCLAuthorizationStatusRestricted

如果我使用

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

我得到kCLAuthorizationStatusNotDetermined

0 个答案:

没有答案