为什么SKStoreReviewController不允许我提交评论? [英] Why the SKStoreReviewController does not let me submit a review?

查看:895
本文介绍了为什么SKStoreReviewController不允许我提交评论?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我成功实现了 SKStoreReviewController 。但是当提示出现时,提交按钮是灰色的&禁用。

I succeeded implementing the SKStoreReviewController. But when the prompt comes up, the "Submit" button is grey & disabled.

我以为是因为我处于调试模式,但是当我使用Ad-Hoc PP运送应用程序时,结果是相同的。

I thought it was because I was in debug mode, but when I ship the app with Ad-Hoc PP the result is the same.

为什么?

推荐答案

Apple为您提供答案就在这里

Apple provides the answer for you right here.


当您在发货应用中调用此方法并评级/审核
请求时显示视图,系统处理
你的整个过程。

When you call this method in your shipping app and a rating/review request view is displayed, the system handles the entire process for you.

强调我的。

为了帮助澄清一些:


  1. 在XCode中构建时,您将看到OP在截图

  2. 从CI解决方案构建时发布,您将看不到任何内容

  3. 从TestFlight运行时,您将看不到任何内容

  4. 从AppStore运行时,只有购​​买的用户(免费或付费)您的应用会看到它一年最多三次

  5. 从AppStore运行时,通过Connect促销代码获取应用程序的用户将无法看到它

  6. 禁用应用程序内评级&评论> iTunes& 设置应用中的应用商店在任何情况下都不会看到这些提示

  1. When building in XCode, you will see what the OP shows in the screenshot
  2. When building from a CI solution for release, you will not see anything
  3. When running from TestFlight, you will not see anything
  4. When running from the AppStore, only users who purchased (free or paid) your app will see it up to three times a year
  5. When running from the AppStore, users who obtain your app via Connect promo codes will not see it
  6. Users who disable In-App Ratings & Reviews under iTunes & App Stores in the Settings app will never see these prompts under any condition

Apple spells在提供的链接上输出第3点:

Apple spells out point 3 here on the provided link:


当您的应用仍处于开发模式时调用此方法时,
a评级/ review请求视图始终显示,以便您可以测试
的用户界面和体验。但是,当您在使用TestFlight分发的应用程序中调用它时,此方法无效

When you call this method while your app is still in development mode, a rating/review request view is always displayed so that you can test the user interface and experience. However, this method has no effect when you call it in an app that you distribute using TestFlight.

并且对于点5,以下是Apple在提供的链接上所说的内容:

And for point 5, here is what Apple has to say on it at the provided link:


但是,客户无法评价或评论使用iTunes Connect促销代码下载
的应用程序。

However, customers aren’t able to rate or review an app that was downloaded using an iTunes Connect promo code.

很抱歉,您无法通过促销代码填写评论;)

So sorry, you can't pad reviews via promo codes ;)

这篇关于为什么SKStoreReviewController不允许我提交评论?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆