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

浪尽此生 提交于 2019-12-23 09:41:01

问题


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.


回答1:


I don't believe you can combine them the way you're wanting.

The review links need to contain an ID so it knows where to send you. The apps/APPNAME links are generous Apple short links that redirect to the actual APPID based links.

More information on all iTunes based links can be found in this awesome article.

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



来源:https://stackoverflow.com/questions/10568423/link-directly-to-review-page-in-app-store-by-name-not-id

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!