I've an app, that permits me to call to my contacts. I use the following code to do that:
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:numberVar]];
The call is made, but the problem is that when I finish the call, the ios don't turn back to the app. Is there anyway of doing that? When the user click the "end call" the ios come back to the app.
Thanks a lot!