So, I found this URL that does exactly what I want, or, as I suppose.
APP_ID is my iTunes Connect app id
itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?pageNumber=0&sortOrdering=1&type=Purple+Software&mt=8&id=APP_ID
Here, as I managed to find answers on the Internet, type=Purple+Software for IPhone applications and looks like viewContentsUserReviews , leads me to the Rate and Review page in the AppStore for my application
What is the question here, for the app in appStore there is a shorter version of the line:
itms-apps:
This has several options, for example:
?ls=1 ?mt=8 ?at=10l6dK
But I donβt know what these parameters should do (and I want to know), also how can I use this shorter version of the string to determine my Affiliate Code or iTunes Campaign Code ? How can I use this shorter version to redirect the user directly to the Rate Review tab, for example, a long version.
So, to summarize, what are all the parameters that can be passed to this API URL?
source share