gpt4 book ai didi

ios - swift : SKStoreReviewController - how often can it be called?

转载 作者:塔克拉玛干 更新时间:2023-11-02 09:36:40 25 4
gpt4 key购买 nike

文档中说,应用程序每年可以通过 SKSToreReviewController 三次要求用户进行评分。

大多数人建议在 UserDefaults 中保存一个变量,并在几次使用后调用该函数。如果您每年调用该函数超过 3 次,会发生什么情况? App Store 会忽略这些电话并在一年后再次要求评分,还是会出现某种错误?

如果应用已更新(即从 1.0 版跳转到 2.0 版)会怎样? 3个请求会被重置吗?

最佳答案

简而言之,您选择适当的时间显示警报,但系统将决定是否实际显示警报。因此,只要您不将其称为对用户交互的响应,就不必担心“过度调用”。

Although you should call this method when it makes sense in the user experience flow of your app, the actual display of a rating/review request view is governed by App Store policy. Because this method may or may not present an alert, it's not appropriate to call it in response to a button tap or other user action.

突出显示我的。

https://developer.apple.com/documentation/storekit/skstorereviewcontroller/2851536-requestreview

关于你的第二个问题,我能找到的关于它可能显示多少次的唯一引用是“每年 3 次”。它没有提到每个应用程序版本或更新 3 次。明智地使用此 API。

关于ios - swift : SKStoreReviewController - how often can it be called?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46355044/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com