twilio / voice-quickstart-ios

Twilio Voice Quickstart for iOS with Swift
MIT License
183 stars 97 forks source link

I wan't to direct to my app when user receives call in terminate and locked state because I need to run some sdk and service. #476

Closed vaibhavtech1302 closed 3 years ago

vaibhavtech1302 commented 3 years ago

I wan't to direct to my app when user receives incoming call in terminate and phone locked state because I need to run some sdk and service when user is in call and it should redirected in locked state only when I receive call. Could you please help me how I can achieve that.

I am using iOS 13, iPhone XR

Thanks

bobiechen-twilio commented 3 years ago

Hi @vaibhavtech1302,

Please follow the quickstart sample app, which is able to receive and display the incoming call when the app is in the background, terminated or when the device is locked.