在测试期间避免 SKStoreReview 的最大提示

avoid maximum prompts for SKStoreReview during testing

提示用户评论您的 iOS 应用的 SKStoreReview 每 365 天有 3 次提示限制。

SKStoreReview docs

此限制是否适用于本地测试?我正在开发我的应用程序,想确保自己尝试 3 次后不会达到极限。

来自 requestReview 文档:

Note

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.

因此您可以不受任何限制地安全地测试审核请求流程。