I want to hide the popup displayed using SKStoreReviewController.requestReview() when the app moves to the background. Is there a way to do that?
Is there any way to automatically close the popup that was displayed using SKStoreReviewController.requestReview()?
No, you cannot. The alert is native and owned by the core device therefore you cannot interact with it (only request it).