Launch screen stays up to allow Unleash fetch the variants.
Happy path: Switch to expected flow as soon as Unleash reports success for fetching feature flags.
Unhappy path: Timeout after 1.5 seconds/react to Unleash reporting a fetching error (if possible) and proceed with the app with all A/B tests disabled.
Unleash setup
Set supportedToggles for the context property to comma separated string of all supported A/B tests’ names.
Set appName to bundesIdent.iOS to give us a bit platform flexibility with distribution.
Disable refresh.
Track variation to Matomo at the time when it’s requested to configure the UI.
Launch screen stays up to allow Unleash fetch the variants.
Unleash setup
supportedToggles
for thecontext
property to comma separated string of all supported A/B tests’ names.bundesIdent.iOS
to give us a bit platform flexibility with distribution.Track variation to Matomo at the time when it’s requested to configure the UI.