Ser Pounce
Ser Pounce

Reputation: 14571

Does anyone have a working review link for iOS9?

Hi I just noticed the link I use in my app that takes the user to my apps review page (which I've been using since iOS7) no longer works:

itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id=<appid>

Does anyone have a fix for this? (Note: I know you can use itms-apps://itunes.apple.com/app/id<appid> but it doesn't take you to the review tab, only to the apps page).

Upvotes: 4

Views: 754

Answers (1)

Ser Pounce
Ser Pounce

Reputation: 14571

In doing some experimenting, I figured out that Apple reverted it back to how it was before iOS7. So you have to do:

itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id=247423477&onlyLatestVersion=true&pageNumber=0&sortOrdering=1&type=Purple+Software

Where 247423477 is your 9 digit app ID (the main difference is you have to append &onlyLatestVersion=true&pageNumber=0&sortOrdering=1&type=Purple+Software after the app ID).

Note: this works on iOS9.0.2 so I'm going to assume it works for all of iOS9. Can anyone check and see if it works on iOS8 and iOS7?

Upvotes: 4

Related Questions