Ben Gottlieb is right, but there's a faster way to get the URL: You can right-click on any application icon in iTunes and select "Copy iTunes Store URL".
Then call UIApplication openURL
on it.
up vote
4
down vote
|
Ben Gottlieb is right, but there's a faster way to get the URL: You can right-click on any application icon in iTunes and select "Copy iTunes Store URL". Then call | ||
|
up vote
2
down vote
|
Make sure it says "phobos.apple.com" and not "itunes.apple.com" The former opens the App Store directly, while the latter will open MobileSafari first, then the App Store. | |||
|
up vote
2
down vote
|
I figured out how to get straight into the review page for an app in the AppStore. Basically it's done like below, feel free to read my blog post about it.
| ||
|
up vote
1
down vote
|
If you do not want to get the link for iTunes you can do this.
I have had this work at time the iTunes link would not. | ||
|
up vote
0
down vote
|
If you are just releasing your app... you won't have an "app ID #" yet... so none of those methods will work. I had to insert a "non-working link" in my v1.0... and then later in my v1.1 update... added the actual link and app ID #. | ||
|