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

Rate my app: parameters

sejr1996 opened this issue · comments

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?

The next instruction save the grade in the store?

Nope.

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

  • minDays : Minimum day count before showing the dialog.
  • minLaunches : Minimum launch count before showing the dialog.
  • remindDays : In how many days the dialog will show after a click on the remind button.
  • remindLaunches : In how many launches the dialog will show after a click on the remind button.

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.