问题描述
OS 4.1 中存在一个错误,它破坏了某些 iPhone 应用程序的定位服务(https://devforums.apple.com/message/306250 ).基本上位置服务无法打开,甚至不要求用户获得他们的位置的许可.该错误最糟糕的是,它不会在您从 XCode 将应用程序安装到设备时发生,而是在您从 App Store 下载时发生!这使得几乎不可能测试修复.
There's a bug in OS 4.1 that has broken location services for some iPhone apps ( https://devforums.apple.com/message/306250 ). Basically location services fails to turn on, and doesn't even ask the user for permission to get their location. The worst thing about the bug is that it doesn't occur when you're installing the app to a device from XCode, it occurs you when you're downloading from the App Store! This makes it almost impossible to test for a fix.
并不是每个人的应用都受到影响,所以我正在尝试找出是什么原因造成的.
Not everyone's app has been affected, so I'm trying to find out what causes it.
是否有人有任何不受此问题影响的位置服务代码?换句话说,从 AppStore 安装时,谁拥有可以在 OS 4.1 设备上正常运行位置服务的应用程序的代码?
Does anyone have any location services code that's NOT affected by this problem? In other words, who has code for an app that has location services working fine on OS 4.1 devices, when installed from the AppStore?
谢谢!
特里斯坦
Thanks!
Tristan
推荐答案
我找到了解决方法——解决方法:重置位置警告.(设置 > 常规 > 重置 > 重置位置警告)
I have found a workaround-Solution: Reset the location warning. (Settings > General > Reset > Reset Location Warnings)
这篇关于适用于 appstore 中 OS 4.1 的 iphone 定位服务代码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!