gpt4 book ai didi

ios - 从我的应用程序内调用应用程序不起作用

转载 作者:行者123 更新时间:2023-11-29 02:43:50 25 4
gpt4 key购买 nike

我有以下代码:

NSString *customURL = @"photo://";
NSURL *url = [NSURL URLWithString:customURL];
if ([[UIApplication sharedApplication] canOpenURL:[NSURL URLWithString:customURL]])
{
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:customURL]];
}
else
{
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"URL error"
message:[NSString stringWithFormat:@"No custom URL defined for %@", customURL]
delegate:self cancelButtonTitle:@"Ok"
otherButtonTitles:nil];
[alert show];
}

它正在尝试使用自定义 URL 打开 iPhoto 应用程序。但代码返回错误消息并且 iPhoto 未启动。知道这是为什么吗?

感谢您的帮助。

最佳答案

关于ios - 从我的应用程序内调用应用程序不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25398406/

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