[Feat] Minimum Time Before Requesting Review
Problem Statement
If a user is just checking my app out for the first time, I don't want to request a review from them yet.
Suggested Solution
I could set the threshold for events higher, but it would be better if I were able to set a minimum time after first install / first event in the queue before requesting a review.
Additional Considerations
You are already recording the time for the events, so adding a check for minimum time since the first event shouldn't be too difficult. Then it would just be a configuration option. I'd suggest the default be one day.
I'm planning to create a PR for this
@joeljfischer Sorry for getting back to this so late, somehow this slipped through my inbox. But now I just left a few comments in your PR. Thank you for bringing this up!