-
Notifications
You must be signed in to change notification settings - Fork 191
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
callback(1)- immediate click on rate now does not work #317
Comments
try callback(3) instead. |
Hi @rhafiko , @selcuk-sahin , @pushandplay The callbacks 'onRateDialogShow' and related callback(1) invokes 'onButtonClicked' on invoking AppRate.promptForRating(), however, they are not triggered based on the user selections in native prompt. Do we have any option to get the user button selections/actions TIA |
A workaround: for example:
|
I have such controlled invoke of AppRate plugin, My issue is while invoking. I have to hold on to custom logics in below areas, however, these are not being triggered based on user selections in rate prompt. The 'onRateDialogShow' gets invoked right after popup gets launched along with 'onButtonClicked' function. Do we have any way to understand whether user given a rating or selected not now/cancel etc ? AppRate.setPreferences({ |
I don't believe we can, due to privacy reasons & device limitations. |
Even I too reached the same understandings. Still was checking one more round. Thanks for your time :) |
In given callback function I expect appRate should open Rate Now after displaying. Nothing happens.
However, I can see that onButtonClicked callback is triggered and logged to console.
Device: iOS 11 - ^11.4
The text was updated successfully, but these errors were encountered: