views:

272

answers:

1

I have been trying to redirect the user to the review page.

I tried 3 different URL formats:

{http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=350212768&mt=8}

(goes to the product page on safari)

{http://itunes.apple.com/us/app/british-accent/id350212768?mt=8#}

(Goes to the product page in iTunes store on the device)

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

(results in too many redirects)

Could you please tell me what the URL format should be to link directly to the review page? Thanks.

+2  A: 

Nothing worked on 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.

Gmu