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
Post a Comment