gpt4 book ai didi

ios - "openURLContexts"函数在ios13中没有被调用

转载 作者:行者123 更新时间:2023-11-29 13:52:42 28 4
gpt4 key购买 nike

我在我的项目中实现了自定义 URL 架构,并且在 iOS12 之前工作正常。但在 iOS13 中不行。

对于 iOS13,我添加了类 SceneDelegate.swift 并实现了以下方法:

  func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) {
// added navigation functionality for iOS13
}
func scene(_ scene: UIScene, openURLContexts URLContexts: Set<UIOpenURLContext>) {

print("url:\(URLContexts.first?.url)")

}

对于 ios13 以下:

func application(_ app: UIApplication, open url: URL, options: [UIApplicationOpenURLOptionsKey : Any] = [:]) -> Bool {

}

请帮我解决这个问题。

谢谢。

最佳答案

您是否检查过 Info.plist 中的 LSApplicationQueriesSchemes?必须在此处提及您的自定义 URL 架构。

也许您可以与我们分享您针对此问题的测试项目,以便我们运行它?

关于ios - "openURLContexts"函数在ios13中没有被调用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58851282/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com