Reputation: 284
I need to get the incoming call after user killed the application from running .
How can I keep registered in twilio after crashing app .
Thanks in advance !
Upvotes: 2
Views: 469
Reputation: 1244
Ricky from Twilio here.
If the app is not running at all then the client cannot receive the call. One solution would be to detect the no answer on the server using the call status information from Twilio. Once you see a no answer you could send a APNS message to the device, but right now there is nothing built in that would do that for you.
Upvotes: 2