gpt4 book ai didi

iphone - 如何在 iOS 5 的 iPhone 上以编程方式发起电话调用?

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

如何在 iOS 5 的 iPhone 上以编程方式发起电话调用?我尝试了以下代码调用功能,但当我单击取消按钮时,它显示黑屏。

    NSString *phoneUrl;
phoneUrl=@"9866510857";

NSString *phoneNumber = [@"tel://" stringByAppendingString:phoneUrl];
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:phoneNumber]];

最佳答案

1) 删除//所以您只有“tel:9866510857”。我不确定它们是否会造成伤害,但绝对没有必要(参见 https://developer.apple.com/library/ios/#featuredarticles/iPhoneURLScheme_Reference/Articles/PhoneLinks.html)。

2) 确保您没有在模拟器上进行测试;它没有电话应用程序,因此无论如何都不会发生任何事情。如果您还没有这样做,请在实际的 iPhone 上进行测试。

关于iphone - 如何在 iOS 5 的 iPhone 上以编程方式发起电话调用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8921603/

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