Regarding post App Store reviews within app (SKStoreReviewController)

Regarding the function that let's supported users to post App Store reviews within the app using SKStoreReviewController, if we were to call [SKStoreReviewController requestReview] multiple times by the same user within the same version, will Apple put a limitation on that specific usage?

Replies

Have a look at the Human Interface Guidelines section on this: Ratings and Reviews. You call this function to let the OS know that it would be a good time to prompt the user, and the OS will take care of the rest.