【问题标题】:SKStoreReviewController.requestReview() popup is not showing in TestFlight buildSKStoreReviewController.requestReview() 弹出窗口未显示在 TestFlight 构建中
【发布时间】:2023-03-12 12:05:01
【问题描述】:

我在我的应用中使用了 SKStoreReviewController.requestReview(),但在测试 Flight 构建中没有显示 Rate 应用弹出窗口。

if #available(iOS 10.3, *) {
        SKStoreReviewController.requestReview()
} 

在开发中或添加临时构建 提交 按钮被禁用,这很好。但是在试飞中构建它没有显示任何东西。

有什么问题?

【问题讨论】:

    标签: ios swift ios10 skstorereviewcontroller


    【解决方案1】:

    别担心!

    “当您在使用 TestFlight 分发的应用程序中调用此方法时,该方法无效”

    查看更多:https://developer.apple.com/documentation/storekit/skstorereviewcontroller/2851536-requestreview

    【讨论】:

      【解决方案2】:

      据我所知,在提交到 iTunes 连接的构建中,评级显示在一年内只会出现 3 次,每个用户在请求时。

      你也无法决定它什么时候出现!

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2015-08-28
        • 1970-01-01
        • 1970-01-01
        • 2018-12-12
        • 1970-01-01
        • 1970-01-01
        • 2022-01-03
        • 1970-01-01
        相关资源
        最近更新 更多