objective c - How to return to my iphone application after call ends? -


i able call iphone application using below code:

  nsstring *phonenumber = @"tel://1234567890";   [[uiapplication sharedapplication] openurl:[nsurl urlwithstring:phonenumber]]; 

now, want know how return application when call ends ?

as far i'm aware, such interaction impossible since application has been demoted background, , ui interaction has been delegated phone app, , user.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -