Phone Links iPhone SDK - how to return to app
Posted
by joec
on Stack Overflow
See other posts from Stack Overflow
or by joec
Published on 2010-04-24T20:56:57Z
Indexed on
2010/04/24
21:03 UTC
Read the original article
Hit count: 311
iphone-sdk-3.0
|url-link
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
© Stack Overflow or respective owner