简体   繁体   English

在提交应用之前,iOS链接到应用商店

[英]iOS link to app store before submitting an app

I'm building an "About" controller for my iPhone app. 我正在为我的iPhone应用程序构建一个“关于”控制器。 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 : 例如, Android应用程序市场链接可能如下所示:

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. 对于Android,有一个带有市场URL的动作视图,可以打开该链接直接链接到应用程序。

Is there a corresponding action within iOS? iOS中是否有相应的操作? I want the customer to be able to navigate to the app's page on the app store from my "About" controller. 我希望客户能够从我的“关于”控制器导航到应用商店的应用程序页面。

Check out the iTunes link maker . 查看iTunes链接制作者 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. 我认为APP_ID是指您产品的iTunes Connect App ID。 So if you have that, and the name, your good to go! 所以,如果你有这个,那个名字,你的好去!

此外,当您在iTunes Connect中创建应用程序时,您可以在应用程序商店中查看此应用程序,即使它未发布或发送到Apple,您也可以直接使用该应用程序,因此只要您使用基本信息创建它,您就可以在那里链接你可以复制。

By now Apple has introduced short-links via the appstore.com domain: 到目前为止,Apple已经通过appstore.com域引入了短链接:

Q: How can I create easy-to-read short links to the App Store for my apps and company? 问:如何为我的应用和公司创建易于阅读的App Store短链接?

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

See Technical Q&A QA1633 for the full description of the possibilities. 有关可能性的完整描述,请参见技术问答QA1633

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM