标签: ios
我们可以使用telprompt:// URL计划打开电话。
telprompt:// URL
代码如
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:phoneString]];
但是,iOS会首先显示alertView,并确保我们要调用。
我可以直接打开通话而不显示UIAlerView吗?
UIAlerView
答案 0 :(得分:0)
你应该使用“tel:”方案。请参阅https://developer.apple.com/library/ios/featuredarticles/iPhoneURLScheme_Reference/PhoneLinks/PhoneLinks.html