ジェイルブレイクiPhoneでユーザーの操作なしでGPSの位置を取得することは可能ですか?
私のコードでは
[CLLocationManager authorizationStatus]
常に戻りkCLAuthorizationStatusRestricted
ます。
私が使用する場合
[CLLocationManager setDefaultEffectiveBundle:[NSBundle bundleForClass:self.class]]; // privat api
私は得てkCLAuthorizationStatusNotDetermined
います。