-
-
Notifications
You must be signed in to change notification settings - Fork 114
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 Dialog is not showing. #70
Comments
Hi, I'm having the same problem, |
Android or iOS, or both? |
I tested only on Android |
I'm Sorry I should wrote as below in recent comment |
Good to know that package is working on iOS, normally is the opposite. |
Well you need to meet the values provided to Anyway I can't reproduce the bug you've described. If you have initialized the plugin with different values, then it can be the problem. Let's say I initialize Rate My App today (09/11/2020) like this : RateMyApp rateMyApp = RateMyApp(
preferencesPrefix: 'rateMyApp_',
minDays: 3,
minLaunches: 5,
remindDays: 7,
remindLaunches: 10,
//googlePlayIdentifier: 'fr.skyost.example',
//appStoreIdentifier: '1491556149',
); Then the plugin will save RateMyApp rateMyApp = RateMyApp(
preferencesPrefix: 'rateMyApp_',
minDays: 0,
minLaunches: 0,
remindDays: 7,
remindLaunches: 10,
//googlePlayIdentifier: 'fr.skyost.example',
//appStoreIdentifier: '1491556149',
); The plugin will still read |
I repost your message @yenyichau :
|
@Skyost Sorry, only after I wrote my comment, I saw on the readme the explanation about the shouldOpenDialog |
@Skyost |
@Skyost using reset worked, thanks. Another question, I tried to use the |
@Skyost unfortunately, it doesn't throw any error |
@Skyost I'm testing on Android |
@RafaelR7 I've changed how the plugin handles url launches in the latest commit. Could you please try it and see if it works for you ? You can try it using : dependencies:
rate_my_app:
git:
url: https://github.com/Skyost/RateMyApp
ref: master (in your |
@Skyost I tried, but it didn't work, it just launch a black screen |
I use your plugin for iOS. It is working in debug mode(rate window appears), but not work in release mode. I published my app to TestFlight. any advice? |
After I pressed later button on the first day, it will not pop up the dialog again. Here is how I initialize Rate My App. Question 1: Question 2: |
@FetFrumos See this comment. Question 1 : Question 2 : |
Thanks alot for your help. |
Hi,
Thanks for this wonderfull package. But I am unable to use it. I am writing following code but
rateMyApp.shouldOpenDialog
is always returning false.
I am writing code in main.dart
My code is:
Thanks in advance.
The text was updated successfully, but these errors were encountered: