I am trying to redirect a user to a review page.
I tried 3 different URL formats:
{http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=350212768&mt=8}
(goes to product page on safari)
{ http://itunes.apple.com/us/app/british-accent/id350212768?mt=8# }
(Go to the product page in the iTunes store on the device)
{ http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id=350212768&pageNumber=0& sortOrdering = 1 & type = purple + Software & t = 8 }
(leads to too many redirects)
Could you tell me which URL format should be linked? directly to the review page? Thank you
Nothing worked on the simulator, from the device { http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id= 350212768 & PageNumber = 0 & sortOrdering = 1 & type = Purple + Software & mt = 8 } works fine.
Check out Appirater - http://arashpayan.com/blog/index.php/2009/09/07/presenting-appirater/
Checks how many times the user has used your application, and a window will appear warning you if they want to rate / view your application.