SKStoreReviewController.requestReview() popup is not showing in TestFlight build

Moiz Irshad picture Moiz Irshad · Oct 16, 2017 · Viewed 7.5k times · Source

I used SKStoreReviewController.requestReview() in my app but Rate app popup is not showing in test Flight build.

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

In development or Add hoc build Submit button is disable which is perfectly fine. But in Test Flight build it not showing anything.

What is the issue ?

Answer

Tritmm picture Tritmm · Nov 1, 2017

Don't worry!

"This method has no effect when you call it in an app that you distribute using TestFlight"

enter image description here

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