Use Cases
Quick-start guides showing minimal implementations of common system utility tasks using PlayMaker custom actions.
Available Use Cases
What it does: Open the app store page to encourage user ratings/reviews
Complexity: Basic
Actions: 1 (UtilitiesOpenAppStorePageDefault)
Best for: In-app rating prompts, post-level completion rewards
What it does: Guide users to enable permissions in system settings
Complexity: Basic
Actions: 1 (UtilitiesOpenApplicationSettings)
Best for: Permission denied flows, settings tutorials
What it does: Open the app store page for a different app
Complexity: Basic
Actions: 1 (UtilitiesOpenAppStorePageById)
Best for: Publisher portfolios, related app promotions
Choosing the Right Use Case
Start Here:
Want ratings/reviews for THIS app? β Use Case 1
Users need to grant permissions? β Use Case 2
Promoting a DIFFERENT app? β Use Case 3
Quick Action Reference
UtilitiesOpenAppStorePageDefault
Open store for this app
Use Case 1
UtilitiesOpenApplicationSettings
Open app settings
Use Case 2
UtilitiesOpenAppStorePageById
Open store with iOS + Android IDs
Use Case 3
Related Documentation
README.md - Actions + quick flow
Last updated
Was this helpful?