Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

URL for sending a user to the app review page on device's app store

What's the URL to launch in order to bring the iTunes App Store to the front, and open it to show the Reviews page of an app? I want to send my users to the "Write a Review" page.

Some other SO answers provided URLs like the one below, but it doesn't seem to work:

itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id=12345678&pageNumber=0&sortOrdering=1

Any suggestions for a URL that'll work on iPhone and iPad?

like image 549
psychotik Avatar asked Jul 30 '10 17:07

psychotik


People also ask

How do I get the URL for App Store?

Navigate to My Apps > [the app whose link you want], then under More, you'll see "View on App Store". Right click that and copy the link.

How do I link to my App Store review?

Go to App Information section (it should automatically take you there) At the bottom of that page, there is a blue link that says View on App Store . Click it and it will open to a blank page. Copy what is in the URL bar at the top of the page and that's your app reviews link.

Does App Store need support URL?

The support URL must lead to actual contact information so that users can reach you regarding app issues, general feedback, and feature enhancement requests. Specify entire URL, including the protocol, as in http://support.example.com. Only customers who purchase the app can see the Support URL on the App Store.

Can I send someone a link to an app?

On your Android device, just open up the Android Market and select the app you want to share, then scroll down to "Share This Application" to either email, text or Facebook message it to someone.


2 Answers

Update: iOS 4.2 seems to have fixed this and links now open the App Store app directly rather than the review page.

This article Dissecting iTunes links explains everything.

Heading straight to a review form

It’s also possible to send someone straight to the review form for an app.

https://userpub.itunes.apple.com/WebObjects/MZUserPublishing.woa/wa/addUserReview?id=337064413&type=Purple+Software

Simply replace the ID with your app’s ID to create a URL for your app.

On a desktop or laptop, this will take you directly to the review form in iTunes for the app or item. On an iPhone or iPod touch, this will open MobileSafari, then open iTunes or the App Store app on the reviews page, leaving the user only one tap away from writing a review.

To find out an item’s ID, right (Mac & PC) or control-click (Mac) on a link to the item in iTunes and select Copy Link. The result will look something like this.

http://itunes.apple.com/au/album/dig-your-own-hole/id19605549

http://itunes.apple.com/au/app/consume-mobile-isp-packages/id337064413?mt=8

The ID is the number in the URL after “id’.

It might be worth noting that this URL was created using iTunes 8. I don't think there’s a way to create review links in iTunes 9, so maybe this URL is being phased out. Use with caution.

Update: @mareMtl has provided an alternative review link for apps. Please note that it only works on iPhone OS devices.

itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=337064413

like image 83
Sharjeel Aziz Avatar answered Sep 23 '22 08:09

Sharjeel Aziz


I tried a bunch of different links, this is only one working for me on iPhone AND iPad consistently:

http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?pageNumber=0&sortOrdering=1&type=Purple+Software&mt=8&id=YOUR_APP

like image 28
Michael Avatar answered Sep 25 '22 08:09

Michael