Skyost / RateMyApp

This plugin allows to kindly ask users to rate your app if custom conditions are met (eg. install time, number of launches, etc...).

Home Page:https://pub.dev/packages/rate_my_app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get result from launchNativeReviewDialog (Success/No Success)

Termtime opened this issue · comments

Is your feature request related to a problem? Please describe.
I would like to track with my analytics whenever a user rated the app using the NativeReviewDialog (for both iOS and Android) but so far it seems like it's not possible. I ideally want to be able to track how many stars I got from the review dialog, or in the case that is not possible, at least whether or not the app was rated or the dialog was dismissed.

Describe the solution you'd like
Return a response with either the number of stars given in the NativeReviewDialog or if the dialog was dismissed

Describe alternatives you've considered
So far no alternatives have been considered

I would like to track with my analytics whenever a user rated the app using the NativeReviewDialog (for both iOS and Android)

Sadly, this is not possible. Google and Apple doesn't provide any callback in their dialogs.