尝试在ios上使用守护进程获取位置 看了这个CLLocationmanager setAuthorizationStatus doesn't work (jailbreak)
但仍未确定位置 我有权利设置(用ldid检查)
获得了一个info.plist,其中包含二进制文件,并将以下密钥添加到clients.plist中 但仍然无法获得位置
<key>com.apple.locationd.executable-{binary_path}</key>
<dict>
<key>Authorized</key>
<true/>
<key>BundleId</key>
<string>{any_random_bundle}</string>
<key>Executable</key>
<string>{binary_path}</string>
<key>Registered</key>
<string>{binary_path}</string>
<key>Whitelisted</key>
<false/>
</dict>
答案 0 :(得分:0)
creker的评论工作,只需添加预授权权利即可解决问题