Dial a phone number with an access code programmatically in iOS

前端 未结 10 1145
既然无缘
既然无缘 2020-12-02 06:54

How can I dial a phone number that includes a number and access code programmatically in iOS?

For example:

number: 900-3440-567
Access C

10条回答
  •  南笙
    南笙 (楼主)
    2020-12-02 06:56

    It's not possible to dial programmatically a phone number that includes number and access code.

    The Apple Developer Library gives the following info:

    "...the Phone application supports most, but not all, of the special characters in the tel scheme. Specifically, if a URL contains the * or # characters, the Phone application does not attempt to dial the corresponding phone number."

    See: Apple URL Scheme Reference

提交回复
热议问题