简体   繁体   English

在我的iOS应用上为应用评分按钮

[英]Rate app button on my iOS App

On my iOS app, I need to add a button "Rate this app".. 在我的iOS应用上,我需要添加一个“为该应用评分”按钮。

I'm confused about the link to itunes: How can I know my APP_ID. 我对iTunes的链接感到困惑:我怎么知道我的APP_ID。

The application is not yet on the store but I'm ready for publication (I have everything that I need) 该应用程序尚未在商店中,但我已经准备好发布(我拥有所需的一切)

In the iTunes connect portal, navigate to My Apps and then to the version of the app you are about to release. 在iTunes Connect门户中,导航到“我的应用程序”,然后导航到您要发布的应用程序的版本。 In the tabs above, click "More" and then View on App Store. 在上面的标签中,点击“更多”,然后在App Store上查看。 The resulting page displayed will the url of this app (it will navigate to a broken page right now since your app hasn't been released yet). 显示的结果页面将是此应用程序的网址(由于尚未发布您的应用程序,因此它现在将导航到损坏的页面)。

For future reference, the iTunes url format of any app submitted is as follows: 供以后参考,提交的任何应用程序的iTunes URL格式如下:

https://itunes.apple.com/<STORE_ID>/app/id<APPLE_ID>

where, 哪里,

STORE_ID is the store code where you are releasing the app ( us by default) APPLE_ID is the Apple ID of your app (can be found both on iTunes Connect -> Apps -> -> More -> About this App AND on the details page for your app) STORE_ID是商店代码你在哪里发布应用程序( 我们默认)APPLE_ID是您的应用程序的苹果ID(可以发现两者在iTunes连接- >应用程序- > - >更多- >关于这个程序, 在详情页为您的应用程序)

Sample: 样品:

store: US :: Apple ID: 869231055 商店:美国::苹果ID:869231055

resulting URL: https://itunes.apple.com/us/app/id869231055 结果网址: https : //itunes.apple.com/us/app/id869231055

1) You must have prepared your app for submission on https://itunesconnect.apple.com . 1)您必须已经准备好要在https://itunesconnect.apple.com上提交的应用程序。 If not, please go ahead. 如果没有,请继续。

2) Then, it generates "Apple Id". 2)然后,它生成“ Apple Id”。 That is an automatically generated ID assigned to your app. 这是分配给您的应用程序的自动生成的ID。

This "Apple Id" is your APP_ID. 此“ Apple ID”是您的APP_ID。

You can ses this(Apple Id) under "General App Information" section below the "App Icon". 您可以在“应用程序图标”下方的“常规应用程序信息”部分中选择此(Apple Id)。

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

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