in my app I need to open a url by using
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"urlstring"]];
after a certain process in the page how can i return to the app.(like facebook doing for safari authentication)
|
in my app I need to open a url by using
after a certain process in the page how can i return to the app.(like facebook doing for safari authentication) |
|||
|
|
|
You can't unless you also build the website part, then you can open your own app by calling the App custom URL scheme, wich you will have to add your self to |
|||||
|
|
|
What the Facebook app does is it registers |
|||
|
|