在越狱iPhone上是否可以在没有用户互动的情况下获取GPS位置?
在我的代码中
[CLLocationManager authorizationStatus]
始终返回kCLAuthorizationStatusRestricted
。
如果我使用
[CLLocationManager setDefaultEffectiveBundle:[NSBundle bundleForClass:self.class]]; // privat api
我得到kCLAuthorizationStatusNotDetermined
。