SKStoreReviewController.requestReview() 弹出窗口未显示在 TestFlight 构建中
SKStoreReviewController.requestReview() popup is not showing in TestFlight build
我在我的应用程序中使用了 SKStoreReviewController.requestReview(),但 Rate 应用程序弹出窗口未显示在测试 Flight 构建中。
if #available(iOS 10.3, *) {
SKStoreReviewController.requestReview()
}
正在开发或添加临时构建 提交 按钮被禁用,这很好。但在 Test Flight build 中它没有显示任何内容。
问题是什么?
据我所知,在提交给 iTunes connect 的构建中,评级显示在一年内只会出现 3 次,对于每个用户,在请求时。
你也无法决定什么时候出现!
别担心!
"This method has no effect when you call it in an app that you distribute using TestFlight"
查看更多:https://developer.apple.com/documentation/storekit/skstorereviewcontroller/2851536-requestreview
我在我的应用程序中使用了 SKStoreReviewController.requestReview(),但 Rate 应用程序弹出窗口未显示在测试 Flight 构建中。
if #available(iOS 10.3, *) {
SKStoreReviewController.requestReview()
}
正在开发或添加临时构建 提交 按钮被禁用,这很好。但在 Test Flight build 中它没有显示任何内容。
问题是什么?
据我所知,在提交给 iTunes connect 的构建中,评级显示在一年内只会出现 3 次,对于每个用户,在请求时。
你也无法决定什么时候出现!
别担心!
"This method has no effect when you call it in an app that you distribute using TestFlight"
查看更多:https://developer.apple.com/documentation/storekit/skstorereviewcontroller/2851536-requestreview