We work on an Ionic app that has been launched lots of years ago and we use Capacitor's InAppReview-Plugin which in the end triggers the iOS InAppReview.
We trigger the InAppReviewRequest ALWAYS after some successful paths in the app. iOS handles the amount of InAppReviews (max 3 per year) and we never really had complaints from users that they got prompted too many times. (We implemented this logic a few years ago and have many customers).
Since a few weeks we received multiple negative feedbacks from users (in prod) complaining that they were prompted too many times for the InAppReview.
My question is: Did the logic for InAppReview change? In the documentation I can only see the "max 3 per year"-rule BUT it seems that before there was some more logic like "only once per month" or something.