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 ?
Don't worry!
"This method has no effect when you call it in an app that you distribute using TestFlight"
see more: https://developer.apple.com/documentation/storekit/skstorereviewcontroller/2851536-requestreview