vote up 0 vote down star

Is there a way to open the app store to a specific application? I tried using something like the following:

[[UIApplication sharedApplication] openURL: [NSURL URLWithString:@"http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=284417350&mt=8&uo=6"]];

But got the following: "Safari cannot open the page because to many redirects occurred".

flag

2 Answers

vote up -1 vote down

Use http://itunes.com/app/YourAppNameWithoutSpaces

See also this.

link|flag
The same thing happens when the shorter URL is used. – Zenox Oct 4 at 21:24
I tried to be helpful, but you don't motivate people by downvoting a possibly helpful answer! I'll think twice the next time before answering a question of yours. – MrMage Oct 4 at 21:33
Sorry to downvote, my intent was not to demotivate, but rather if someone else has this issue and they read this post, it saves them from trying it. – Zenox Oct 4 at 22:55
vote up 1 vote down check

Apparently this issue only effects the simulator. A build an go on the debug works perfect.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.