Configuration
Splash
Splash screen / branding image configuration and fallbacks when premium is inactive.
The splash configuration tells the client which branding image to prefer for splash or loading surfaces. Implementation details depend on your bundle and art pipeline.
Splash image
- Typically a path or key resolved by the client to an image asset — align with how your release packages assets.
- When premium is inactive, the public API may mask splash to a neutral or project-logo fallback so premium-only art is not leaked to clients.
Art pipeline
- Export images at resolutions your UI team specifies; avoid enormous textures that slow cold start.
- Keep filenames and CDN paths stable across releases when possible.
Testing
- Verify light and dark UI contexts if your shell supports both.
- Confirm behavior when premium toggles between active and expired states.
Related: Free vs Premium, Introduction.

