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 ?
You can determine when and where your app displays the prompt to request a review.
developer.apple.com/documentation/storekit/… – Gallagher