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

发布于 2024-12-10 06:40:04 字数 392 浏览 0 评论 0原文

我正在为我的 iPhone 应用程序构建一个“关于”控制器。我看到其他应用程序成功地将“市场价格”链接包含在其“关于”控制器中。

我是否可以预测我的链接是什么,以便我可以在应用程序的第一个版本中对其进行硬编码,而不是上传/找出链接/发布更新?

例如,android 应用市场链接可能如下所示:

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

对于 Android,有一个带有市场 URL 的操作视图,可以打开该视图以直接链接到应用程序。

iOS 内有相应的操作吗?我希望客户能够从我的“关于”控制器导航到应用商店中的应用页面。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

夜血缘 2024-12-17 06:40:04

查看 iTunes 链接制作工具。看起来通用形式是:

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

一些示例:

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

我认为 APP_ID 指的是您产品的 iTunes Connect 应用程序 ID。所以如果你有这个和名字,你就可以开始了!

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!

〃温暖了心ぐ 2024-12-17 06:40:04

此外,当您在 iTunes Connect 中创建应用程序时,您会看到链接“在应用程序商店中查看此应用程序”,即使该应用程序未发布或发送到苹果,您也可以直接使用该链接,因此,一旦您使用基本信息创建了它,您就会在那里看到链接您可以复制它。

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.

欲拥i 2024-12-17 06:40:04

到目前为止,Apple 已通过 appstore.com 域引入了短链接:

问:如何为我的应用和公司创建易于阅读的 App Store 短链接?

    iOS:http://appstore.com/ 例如,http://appstore.com/keynote< /代码>


请参阅技术问答 QA1633 了解可能性的完整描述。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文