- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
一旦用户使用 CallKit 接听电话,我就会尝试显示特定的 View Controller 。目前,在 CXAnswerCallAction 中我尝试使用:
if UIApplication.shared.canOpenURL(URL(string: "URLgoesHERE://")!) {
UIApplication.shared.openURL(URL(字符串: "URLgoesHERE://")!)
}//替换我的问题的 URL 架构
但我收到以下错误:
URL 失败:“URLgoesHERE://” - 错误:“此应用程序不允许查询方案 URLgoesHERE”
还有其他想法吗?
最佳答案
您是否将 URL 方案添加到 info.plist
内的 LSApplicationQueriesSchemes
键中?
LSApplicationQueriesSchemes (Array - iOS) Specifies the URL schemes you want the app to be able to use with the canOpenURL: method of the UIApplication class. For each URL scheme you want your app to use with the canOpenURL: method, add it as a string in this array. Read the canOpenURL: method description for important information about declaring supported schemes and using that method.
关于ios - 如何在 CXAnswerCallAction 之后推送 View Controller ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49394548/
一旦用户使用 CallKit 接听电话,我就会尝试显示特定的 View Controller 。目前,在 CXAnswerCallAction 中我尝试使用: if UIApplication.sha
我是一名优秀的程序员,十分优秀!