gpt4 book ai didi

ios8 - 来自应用扩展的 openURL

转载 作者:行者123 更新时间:2023-12-03 15:11:46 27 4
gpt4 key购买 nike

在 iOS 8 beta 2 上,应该可以使用应用程序扩展中的 openUrl,如发行说明中所述:

enter image description here

但是,当我尝试使用此 API(在 Xcode 6 beta 2 上)时,出现以下错误:

enter image description here

Beta 2 是否真的解决了这个问题?

最佳答案

您可以使用以下代码:

[self.extensionContext openURL:url completionHandler:^(BOOL success) {
NSLog(@"fun=%s after completion. success=%d", __func__, success);
}];

API文档:
openURL:completionHandler:

你也可以引用这个问题:
openURL not work in Action Extension

关于ios8 - 来自应用扩展的 openURL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24356314/

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