Sorry if this is a silly question.
My app links to itself in the app store to nag for ratings. How can i determine this url before the app is published to the app store?
thanks
Can I assume this
http://itunes.apple.com/us/app/name-of-app/id1234567890?mt=8
..with the id being my "person id" from apple
but what is the mt=8
Here's a piece of trivia for you: the first iPhone had a codename of "purple". That still shows up sometimes, like when going to the review page. Here's how I get to the review page for my app:
navigateToURL(new URLRequest("itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa /viewContentsUserReviews?type=Purple+Software&id=514220257"),"_blank") ;
That last number (514220257) is the ID for one of my apps, which you would replace with your ID. As you submit an app you will at some point know the ID for it. You will want to do one last build of the IPA, changing the URL to match the ID that you've been given.
Colin, it appears you may have a little typo
your link has a space inserted in it here ....MZStore.woa/wa _ /viewContents... which prevented my link from working. It works with the space removed. Just a heads up for anyone copy/pasting like I did.
Thanks again, direct link to reviews is great!
North America
Europe, Middle East and Africa
Asia Pacific