I need to return to my app after making a call from my app, so I use this code:
NSURL *url = [NSURL URLWithString:@\"telprompt://123-4567-890\"]; [[UIApplic
When application executes above code, it will exit current application & navigate to call application of iPhone. So, it is not possible for the application to identify whether the user has pressed call or cancel. Hope,it will help you.