Search code examples
swiftxcodevoicetel

Subscribe on iOS tel scheme


I have an iOS app that can perform calls.

What I need to do, is when user goes to any other 3rd party app (messanger, website in browser etc). And clicks phone number, my app should appears in list of suggested apps to perform the call.

I have added "tel" schema to "URL Schemes" but still my app is not appears.

Can you, please, help me with this question?


Solution

  • Unfortunately, iOS never presents a list of suggested apps to perform a call/handle a URL. That exists in Android but not on iOS.

    As of iOS 14, users are now able to select a non-Apple browser and email client, but still nothing for the phone app: https://support.apple.com/en-us/HT211336.