Is it possible to request user leaves an App Store review?
Not tried it but maybe. Your appstore presence has a url so you could just have a popup that asks the user to leave a review and a button that that takes them to the appstore in a webview.
Possible gotchas that mean it won’t work:
- The URL doesn’t take you to a version of the page the user can leave a review
- The URL changes between android and iOS so you need to allow for that. There is a plugin to identify that.
- The user might not be logged in on the web version of the appstore
Fantastic thank you!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.