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 104 forks source link

Custom star rating on ios not working... #107

Closed gutisalex closed 2 years ago

gutisalex commented 2 years ago

Describe the bug Shows star rate dialog custom text only on android and not on ios

To Reproduce Steps to reproduce the behavior:

  1. Add a star rate dialog
  2. Set custom title 'Do you like the app?'
  3. Set custom message 'Would you like to rate our app?'
  4. Set initial rating to 3
  5. Set minDays and minLaunches to 0

Code example

rateMyApp.showStarRateDialog(
              context,
              title: 'Do you like the app?',
              message:
                  'Would you like to rate our app?',
              starRatingOptions: StarRatingOptions(initialRating: 3),
              actionsBuilder: actionsBuilder,
              onDismissed: () =>
                  rateMyApp.callEvent(RateMyAppEventType.laterButtonPressed),
            );

Expected behavior A 5 star rating should pop up after start and showing the custom title, the text and 3 stars preselected.

Screenshots

rating

Edit: Or is iOS just not meant to be customized?! Then I have not fully understand the plugin yet...

Skyost commented 2 years ago

Or is iOS just not meant to be customized?! Then I have not fully understand the plugin yet...

Depends what value you pass to ignoreNativeDialog :wink: