在TestFlight构建中没有显示SKStoreReviewController.requestReview()弹出窗口

时间:2017-10-16 12:38:46

标签: ios swift ios10 skstorereviewcontroller

我在我的应用程序中使用了SKStoreReviewController.requestReview()但是在测试Flight版本中没有显示Rate app popup。

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

在开发或Add hoc构建提交按钮是禁用,这是完全正常的。但在Test Flight构建中它没有显示任何内容。

问题是什么?

2 个答案:

答案 0 :(得分:15)

别担心!

“当您使用TestFlight”

分发的应用程序中调用此方法时,此方法无效

enter image description here

了解详情:https://developer.apple.com/documentation/storekit/skstorereviewcontroller/2851536-requestreview

答案 1 :(得分:0)

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

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