是否有可能在越狱 iPhone 上获得 gps 位置而无需用户交互?
在我的代码中
[CLLocationManager authorizationStatus]
总是返回kCLAuthorizationStatusRestricted
。
如果我使用
[CLLocationManager setDefaultEffectiveBundle:[NSBundle bundleForClass:self.class]]; // privat api
我越来越kCLAuthorizationStatusNotDetermined
。