Initialisation
Initialize the SDK as early as practical in your app lifecycle so downstream flows can render without delay.
Common steps
- Provide your partner/tenant identifier and environment (sandbox/production).
- Supply API keys or credentials as provisioned by Zing.
- Register optional callbacks for analytics, navigation hooks, or error reporting.
- Warm up any feature flags or configuration needed for UI selection.
Platform-specific initialization code will live in the iOS, Android, and Flutter sections. Use this page as a conceptual checklist.
Last updated on