作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
大家好。
我在我的 iOS 应用程序中使用“Uber”API,当我检查 CanOpenURL
时,它会打印 This app is not allowed to query for scheme uber
在日志
我搜索了一下,发现我必须将其写入我的 .plist
文件
<key>LSApplicationQueriesSchemes</key>
<array>
<string>uber</string>
</array>
我这样做了,但仍然是同样的问题。
任何帮助!
最佳答案
请引用this post for more information regarding the behavior of URL schemes in iOS 9并报告了错误。
阅读更多关于 iOS deep-linking在优步上。
另外,请考虑使用官方的 iOS mobile button SDK用于 iOS 上的深层链接
关于ios - 发生 CanOpenURL 错误,我确信我做对了,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34135606/
我是一名优秀的程序员,十分优秀!