I want to display in-app rating and review popup in my application (i.e like the popup in the attachment below)
I searched about this functionality and I found that StoreKit
have this function SKStoreReviewController.requestReview()
which display this popup.
What happened is that this function gives me a popup with rating functionality without the ability to write a review choice.
so anyone knows how to display the write review choice?
Thank you in advance.
The submit button will navigate to the review page with the stars filled. So there is no option for directly writing reviews on that popup.
Users will submit a rating through the standardized prompt, and can authenticate with Touch ID to write and submit a review.