Hey,
I just wanted to know is it possible to get my app to open the AppStore onto the page with ALL of my Apps, NOT JUST ONE! I have the code to open it on any application i want..
I simply copied my link from iTunes and pasted it into my program. BUT when i copy the link to me as a developer (i want the user to be able to click a button and be taken to an app store page with all my apps on it) it doesn't work, it opens up iTunes, not the App store and says can not finish your request or something like that..
Can anyone help me? Is it possible to link to a developer and not just individual Apps and how can i do this?
Thanks..
I just wanted to know is it possible to get my app to open the AppStore onto the page with ALL of my Apps, NOT JUST ONE! I have the code to open it on any application i want..
Code:
- (IBAction)openSafari {
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://itunes.apple.com/us/app/TestApp/id331562254?mt=8"]];
}
I simply copied my link from iTunes and pasted it into my program. BUT when i copy the link to me as a developer (i want the user to be able to click a button and be taken to an app store page with all my apps on it) it doesn't work, it opens up iTunes, not the App store and says can not finish your request or something like that..
Can anyone help me? Is it possible to link to a developer and not just individual Apps and how can i do this?
Thanks..