Phone Links iPhone SDK - how to return to app
- by joec
Is it possible to return to my app once a phone link (tel:) has been clicked, and opened using
[[UIApplication sharedApplication] openURL:xyz]
For example, when the user ends the call?
Thanks