Closed JoshuvaGeorge03 closed 4 years ago
Is it production version? It is not possible submit from dev version. There is lot of limitation on iOS, check this (point 4 is important):
- You should only call request review when it makes sense in the user experience flow of your app, and then call the method only after the user has demonstrated some engagements on an app.
- You have no control over exactly what’s happening and the dialog displayed or its callbacks, that is determined entirely by the system.
- The system may or may not show a rating prompt, it’s not appropriate to call the API in response to a button tap or other user action because it is not going to happen every time.
- No matter how many times you call the API, the system will only show up to a maximum of 3 prompts to the same user in a 365-day period.
- The App Store defaults to showing ratings and reviews only for your app’s most recent version.
- The User can turn off this in settings.
- Apple might mandate this flow in future.
@Nodonisko Thanks for the info. I will check again and let you know of the status.
Thanks for the plugin.
When I tested the plugin in ios, I can't able to submit the rating.
Kindly find the attached image for reference. Kindly let me know, is anything i have to modify