Is there any way to automatically close the popup that was displayed using SKStoreReviewController.requestReview()?

I want to hide the popup displayed using SKStoreReviewController.requestReview() when the app moves to the background. Is there a way to do that?

No, you cannot. The alert is native and owned by the core device therefore you cannot interact with it (only request it).

Is there any way to automatically close the popup that was displayed using SKStoreReviewController.requestReview()?
 
 
Q