Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rate my app: parameters #109

Closed
sejr1996 opened this issue Oct 19, 2021 · 1 comment
Closed

Rate my app: parameters #109

sejr1996 opened this issue Oct 19, 2021 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@sejr1996
Copy link

sejr1996 commented Oct 19, 2021

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?

@sejr1996 sejr1996 added the enhancement New feature or request label Oct 19, 2021
@Skyost Skyost added question Further information is requested and removed enhancement New feature or request labels Oct 24, 2021
@Skyost
Copy link
Owner

Skyost commented Oct 24, 2021

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.

@Skyost Skyost closed this as completed Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants