Search code examples
iphoneioshyperlinkratingitunes-store

Direct "rate in iTunes" link in my app?


I've seen posts here on Stackoverflow that describe how to allow users to be directed to apps on the app store.

Is there a way to link directly to the rating and comments form in the App Store?


Solution

  • Answers here are outdated.

    This works on my end (Xcode 5 - iOS 7 - works only on Device, not simulator!):

    itms-apps://itunes.apple.com/app/idYOUR_APP_ID
    

    For versions lower than iOS 7 use the old one:

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