I am wondering how I can directly link to the review page of my iOS application, without knowing the app ID, just the name.
I know this is possible to link to the app without the app ID by using
itms-apps://itunes.com/apps/APPNAME
And you can link to the review page, but you require the app ID, ex.
http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id=350212768&pageNumber=0& sortOrdering=1&type=Purple+Software&mt=8
So basically, can you combine these two?
Thanks.