如何打开本机应用程序拨打电话号码?

时间:2014-09-22 22:08:15

标签: swift ios8

我有这个电话:

 UIApplication.sharedApplication().openURL(NSURL(string: "tel://thephonenumber"))

但是直接打开本机应用程序调用。我想打开这个,但是我写了数字按下按钮,而不是直接按下。

我该怎么做?

谢谢!

1 个答案:

答案 0 :(得分:-1)

根据文件https://developer.apple.com/library/ios/featuredarticles/iPhoneURLScheme_Reference/PhoneLinks/PhoneLinks.html

  

具体来说,如果网址包含*或#字符,则应用电话应用   不会尝试拨打相应的电话号码。