gpt4 book ai didi

iphone - 从 iPhone 应用程序调用电话号码时出错

转载 作者:行者123 更新时间:2023-12-03 21:10:02 25 4
gpt4 key购买 nike

我使用以下代码从我的 iPhone 应用程序调用电话:

NSURL *myPhone1 = [NSURL URLWithString:@"14165551212"];
[myPhone1 scheme:@"tel://"];
NSURLRequest *myPhoneReq = [[NSURLRequest alloc ] requestWithURL:myPhone1];
NSURLConnection *myCon = [[NSURLConnection alloc] initWithRequest:myPhoneReq delegate:self];

但出现以下错误:'NSInvalidArgumentException',原因:'-[NSURL 方案:]:无法识别的选择器发送到实例 0x6a10ba0

知道如何实现这一目标吗?

最佳答案

[[UIApplication sharedApplication] 
openURL:[NSURL URLWithString:@"tel: 14165551212"]];

在模拟器中不起作用

关于iphone - 从 iPhone 应用程序调用电话号码时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3817838/

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