SuddenH4X
SuddenH4X
Hi @jawegielewski, 1. Did you read the readme, especially the [mail feedback part](https://github.com/SuddenH4X/awesome-app-rating#mail-feedback)? If yes, which library logs do you see in Logcat? 2. This shouldn't be the case and...
Hi @samir-shaikh28, I've just added this to the readme: Testing the Google in-app review isn't as easy as it should be. There is an open issue in the issuetracker of...
I will close this issue because I didn't see any issues with the Google in-app review since 2021. And I've also just removed the in-app review warning from the readme...
HI @VinodRanganath, thanks for opening this issue. I will optimize the description of the methods. But I think renaming the methods to something like `setMinimumDaysSinceFirstBuilderCall` would be more confusing than...
You're right, the `remindTimestamp` is set on the first call of `showIfMeetsConditions()` only. What I meant to say is that most of the developers call the method `showIfMeetsConditions()` in their...
Hi @rosenpin, you don't have to use a `ComponentActivity` for Jetpack Compose. Instead it is the minimum required type of activity but you can also use a `AppCompatActivity` or `FragmentActivity`...
Hi @sakibanda, thanks for your message. It appears that Google has recently updated their policies regarding app reviews. One of the new rules is: > Techniques to evade app reviews...
I'm still uncertain about whether to remove the libraries dialog and recommend the in-app review feature instead. Have you had any new experiences with this? How did you resolve the...