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
273 stars 111 forks source link

Rate my app: parameters #109

Closed sejr1996 closed 2 years ago

sejr1996 commented 2 years ago

The next instruction save the grade in the store? await rateMyApp.callEvent (RateMyAppEventType.rateButtonPressed);

how the following parameters work, could you explain to me: minDays, minLaunches, remindDays, remindLaunches

The submit button is shown disabled in development, is it activated in production?

Skyost commented 2 years ago

The next instruction save the grade in the store?

Nope.

how the following parameters work, could you explain to me:

The submit button is shown disabled in development, is it activated in production?

I suppose that you're on iOS. If this is the case, see #1.