One Code Apps For iOS

Minimum Required SDK Version

Overview

The One Code Apps feature enables teams with shared code base applications to integrate multiple app variants under a single Luciq app token. This is ideal for organizations that release the same app to different brands, markets, or regions but want to consolidate stability and performance monitoring.

Instead of creating a separate Luciq application for each variant, you integrate all variants using one Luciq app token and identify each variant via the bundle-id using the App variant API.

Integrating One Code Apps

1

Get Your Luciq App Token

From your Luciq dashboard, go to your application’s settings and copy the app token — this will be used for all variants.

2

Set the App Variant Name

Call the method before initializing the SDK:

// Should be called before init
Luciq.appVariant = "bundle-id/brand-name"

Best Practice

Last updated