PlayMaker
Request store reviews with optional gating and an optional confirmation prompt.
Actions (3)
RateMyAppIsAllowed(sync bool check)RateMyAppAskForReview(firespromptShownEvent/failureEvent)RateMyAppOnConfirmationPrompt(persistent listener when confirmation dialog is enabled)
Key patterns
Gate review requests with
RateMyAppIsAllowedand a good in-game moment.RateMyAppAskForReviewrequests the OS prompt; the OS may throttle and not show UI.If you use the built-in confirmation dialog, keep
RateMyAppOnConfirmationPromptactive before callingRateMyAppAskForReview(skipConfirmation=false).
Use cases
Start here: use-cases/README.md
Last updated
Was this helpful?