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...).
https://pub.dev/packages/rate_my_app
MIT License
265 stars 106 forks source link

Get result from launchNativeReviewDialog (Success/No Success) #110

Closed Termtime closed 2 years ago

Termtime commented 2 years ago

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

Skyost commented 2 years ago

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.