remove the alert that pops up when calling from iOS app using telprompt://

后端 未结 2 779
旧时难觅i
旧时难觅i 2021-01-24 18:36

I need to make a call from my iOS app, and after the user is done calling, i need him to come back on the same app screen from where he made the call. if i use the following cod

2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-24 19:04

    If the users leaves the app to make a phone call, there's no way you can return to your app after it. Your app is backgrounded, and the phone app is foregrounded.

提交回复
热议问题