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

Determine wether or not dialog would be shown and if user has opted our or rated #41

Open
pasmat opened this issue Jul 20, 2018 · 0 comments

Comments

@pasmat
Copy link

pasmat commented Jul 20, 2018

Usually rate dialog is queried to be shown at start of application, and in some cases an expensive resource is loaded for this dialog, such as application icon.

It would be much faster if consuming application could query the library wether or not the dialog will be shown, and only then load these resources.

Also in some cases it would be nice to know wether or not user has opted out or rated the app already, for example in my case I show local ads asking the user to rate on banner form, and only do this when the user has not opted out from rating or has already rated, and to achieve this I had to botch the library by adding a function that determines wether or not the preference show_never has been set.

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

1 participant