Link directly to the review page in the App Store by name, not ID

I am wondering how I can directly link to the review page of my iOS application without knowing the application identifier, just a name.

I know that this can be associated with an application without an application identifier using

itms-apps://itunes.com/apps/APPNAME 

And you can link to the review page, but you need an application identifier, for example.

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

So can you combine these two?

Thanks.

+6
source share
1 answer

I do not believe that you can combine them the way you want.

Links to links must contain an identifier so that they know where to send you. Apps / APPNAME links are Apple's generous short short short links that redirect to actual APPID-based links.

More information on all the links on iTunes can be found in this wonderful article.

http://bjango.com/articles/ituneslinks/

+4
source

Source: https://habr.com/ru/post/915580/


All Articles