I just wrote this super simple plugin and wanted to share it with anyone in need of it!
This simple plugin attached to this post requests iOS’ new native Review API window. Make sure to read the reference docs on Apple’s site for the rules on how to use it.
If you read the link to the Apple reference provided above, it appears there’s no way to know whether the user has hit submit or cancel or even if the dialog came up.
The Submit button is disabled when you’re testing. Apple doesn’t really make that clear in their doc. As long as you see the popup while running from Xcode, you should be good to go.
@thexdd I’m afraid this feature is iOS specific and Android does not have anything like that at the moment. There’s deep-linking to the Play Store but that’s about it.
I use Unity’s API to request the review. But there is no text display for my game. Is this will be automatically changed when in the real app environment, or I need to do something to write the description?
Apple’s popup first only gives the option of rating the game, and once you have, you’ll get the option to also write a review. This is default iOS behaviour for that popup.