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

actionscript 3 - TweenLite does not work with object -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

c# - Global Variables vs. ASP.NET Session State -