iOS link to app store before submitting an app

空扰寡人 提交于 2019-11-29 02:53:35

问题


I'm building an "About" controller for my iPhone app. I've see other apps successfully include a "rate in market" link to within their "About" controllers.

Is it possible for me to predict what my link would be, so I can hard-code it in the first release of the app, rather than uploading/figuring out the link/releasing the update?

For example an android app market link may look like :

https://market.android.com/details?id=[package name]

for Android, there's an action view with a market URL that may be opened to link right to the app.

Is there a corresponding action within iOS? I want the customer to be able to navigate to the app's page on the app store from my "About" controller.


回答1:


Check out the iTunes link maker. It looks like the generic form is:

http://itunes.apple.com/us/app/[APPNAME]/id[APP_ID]

Some examples:

http://itunes.apple.com/us/app/myapp/id427813331?mt=8&uo=4
http://itunes.apple.com/us/app/hot-radar/id308361196?mt=8&uo=4
http://itunes.apple.com/us/app/lightshow-!/id380886382?mt=8&uo=4
http://itunes.apple.com/us/app/disney-world-park-maps-by/id392534629?mt=8&uo=4
http://itunes.apple.com/us/app/universal-park-maps-orlando/id392535133?mt=8&uo=4

I think APP_ID refers to the iTunes Connect App ID for your product. So if you have that, and the name, your good to go!




回答2:


Also when you create an app in iTunes Connect you have link View this app in app store there which you can use directly even if it is not published or sent to apple, so as soon as you create it with basic info you will have link there which you can copy.




回答3:


By now Apple has introduced short-links via the appstore.com domain:

Q: How can I create easy-to-read short links to the App Store for my apps and company?

     iOS: http://appstore.com/<appname> for example, http://appstore.com/keynote

See Technical Q&A QA1633 for the full description of the possibilities.



来源:https://stackoverflow.com/questions/7780696/ios-link-to-app-store-before-submitting-an-app

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