Really amazing. Thanks so much!
I just want to ask is there a way to check if a user has already been asked a review, now I have already made blocks to do that, but I mean in the case where a user installs and uninstalls the app etc. in a very short amount of time, in order to comply with the quotas. Otherwise still really great
You can use tinydb if possible.
True, I’m looking into using the web version. Thanks
Thanks for this great extension. Dear @sonumohammad333 are you considering to use this method so some will overcome this playcore library issue? Is it difficult I dont know but If you can do this everybody will appreciate your efforts. Thanks in advance mate.
You can use tinydb for that
Google Play doesn’t let you know that
I am not using Kodular for so long and not making extensions.
The extension is open-source, anyone can compile the extension with Rush.
not work for me.
hi it’s working very nice but if the user already review the app i don’t want to show the extension for him again
If the user reviews the app then store a value in TinyDB. If that value us present then don’t ask them to review it again.
For example:
You ask the user to submit a review.
If they submit the review store “1” in a TinyDB tag “Reviewed”.
Next time check “If Reviewed = 0 Then ask user to submit review”.
Seems too complicated.
I would just do:
If TinyDB tag “review” = 0 Then Request Review
In the OnCompleteListener you can store “Ok” in TinyDB review
Hello !
Nice extension !!!
Very usefull but I am asking some questions :
- How can I start the review respecting quotas ? could not be call by an api from google sending the start of the in app review ?
- is it possible to check if users had already send a review ? perhaps they have complete that before or directly in app store
and last question, Just before, I can see blocks but I have not the same with AIX file (post 47). I have only them :
Regards !
Can you please share the blocks?
How to use this extension so that user will not get this popup after he gave rating or review.
Hi,
Try to Ask for In-App review with blocks. In your phone, Already rate your app with the primary Google account of your Play Store. I Believe you would see the result about what Happens when the user has already Rated the app (observation).
P.S I have not tried & Tested this but you can try it for yourself and share the result with the community.