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 this app dialog not working #102

Open
ghost opened this issue Mar 14, 2018 · 2 comments
Open

Rate this app dialog not working #102

ghost opened this issue Mar 14, 2018 · 2 comments

Comments

@ghost
Copy link

ghost commented Mar 14, 2018

I had incorporated the rate this app dialog box into my app last year. It was working perfectly for sometimes but later it stopped showing the rate this dialog box. Any idea what can be the reasons for this.

I was using the following condition in oncreate method ;

// Custom condition: 3 days and 5 launches
RateThisApp.Config config = new RateThisApp.Config(3, 5);
RateThisApp.init(config);

Do we need to use the following in Oncreate method;

RateThisApp.onCreate(this);

@mourjan
Copy link

mourjan commented May 23, 2018

I had the same problem after forgetting to include RateThisApp.onCreate(this);

and after you need to call this in onresume or onpostresume
RateThisApp.showRateDialogIfNeeded(this);

@jewom
Copy link

jewom commented Nov 24, 2018

thanks @mourjan , it's working now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants