Hello,
I'm using requestReview() to ask users to review my app, but it only shows a way to rate the app from 1 to 5 stars... no option to write a review. Because of this I start to have a lot of ratings but no reviews.
I see other apps linking to the app store with an action=write-review, but it seems to be discouraged by Apple and the documentation is indicating that requestReview() should work for this use case:
Thanks !
I'm using requestReview() to ask users to review my app, but it only shows a way to rate the app from 1 to 5 stars... no option to write a review. Because of this I start to have a lot of ratings but no reviews.
I see other apps linking to the app store with an action=write-review, but it seems to be discouraged by Apple and the documentation is indicating that requestReview() should work for this use case:
How can I ask for an actual review?Tells StoreKit to ask the user to rate or review your app, if appropriate.
Thanks !