- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
使用 XCode 版本 9.0 (9A235),但使用 Swift 3.x
我的应用程序在 iOS 10.x 上工作正常,调用的 didUpdateHeading 看起来不错,但在 iOS 11.x 下,同一应用程序崩溃,导致 didUpdateHeading 永远不会被调用。
我是否错过了 IOS 11.x 中使用 compass 或其他内容的一些权限更改
最佳答案
好的,我在 WWDC 2017 中找到了答案。
https://developer.apple.com/videos/play/wwdc2017/713/
有两件事。
我请求授权Always,但在 iOS 11.x 中我没有获得授权,因此我需要添加所有这四个 key 。
<key>NSLocationAlwaysUsageDescription</key>
<string>Blah Blah</string>
<key>NSLocationUsageDescription</key>
<string>Blah Blah</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Blah Blah</string>
和
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>This one is new</string>
现在可以了!!
关于ios - didUpdateHeading 标题在 iOS 11 下从未被调用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46488655/
Android 是否有 didUpdateHeading(来自 iOS)的等价物?是否有使用它旋转 map View 的示例代码? 搜索了很多,但找不到有用的提示。 提前致谢。 编辑:让我解释一下我的
我想用罗盘来更新航向。但是我的 didUpdateHeading 没有调用。我是 iOS 的新手。请帮助任何帮助将不胜感激。 @interface ViewController : UIViewCon
我正在尝试获取设备的航向信息,以便使用磁航向和真实航向之间的差异来确定用户位置的磁偏角。为此,我有一个 Helper 类和我的 MainVc (mvc)。在我的助手类 init 方法中,我执行以下操作
使用 XCode 版本 9.0 (9A235),但使用 Swift 3.x 我的应用程序在 iOS 10.x 上工作正常,调用的 didUpdateHeading 看起来不错,但在 iOS 11.x
我是一名优秀的程序员,十分优秀!