How Can I open another App from my app?
Posted
by Amarpreet
on Stack Overflow
See other posts from Stack Overflow
or by Amarpreet
Published on 2010-06-16T07:07:12Z
Indexed on
2010/06/16
7:12 UTC
Read the original article
Hit count: 264
Hi
I have rediATM app installed on my iphone. rediATM app is free on itunes. I want to open that app from my iphone app. I am not able to find out the way to open it.
i am using the following code to open it but it takes me to the website.
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://itunes.apple.com/au/app/rediatm-finder/id358936470?mt=8"]];
Please help.
© Stack Overflow or respective owner