Review Popup plugin - more event.status

I have a game (iOS platform) which I will pause when the review popup is showed. How could i know when the popup was closed in order to resume the game if there is not an event to know this. (I’m taking about the Review popup from @Scott_Harrison )

Apple does not provide any kind of callback so this is just not possible.

Edit: You should not display the pop up in the middle of gameplay, that annoys users. Show after beating a level, getting a high score, etc

Thank you for your advice Scott