What is the behavior of the following method?
SKStoreReviewController::requestReview
Looking at the following page, it is unknown whether or not it will be displayed when calling the API, and the number of times displayed is stated as 3 times in one year.
For example, when you call the API more than 5 times everyday, when will popups be displayed at what timing?
■Quotation
https://developer.apple.com/documentation/storekit/skstorereviewcontroller/2851536-requestreview
Although you should call this method when it makes sense in the user experience flow of your app, the actual display of a rating/review request view is governed by App Store policy.
https://developer.apple.com/ios/human-interface-guidelines/interaction/ratings-and-reviews/
The system automatically limits the display of the prompt to three occurrences per app within a 365-day period.