Skip to main content

FAQ

Can end users access SDK source code from installed apps?

Apps ship compiled SDK artifacts. End users do not get direct access to your repository source code.

Why do you recommend AppDelegate-based initialization on iOS?

It provides deterministic startup behavior and aligns with common production lifecycle patterns.

Does Android support non-Compose projects?

Yes. XML/View-based apps are fully supported, and Compose can call the same trigger APIs.