gentle-rainbow-35115
10/25/2024, 10:59 AMsetForcedVariations
method for our feature flag AB test in Android, but we are not sure we are doing right.
forcedExperiment.isNotEmpty().let {
setForcedVariations(mapOf("experimentKey" to 1))
}
where 1 is variation ID that has to be forced
Well, it doesn't work, it still does randomization 😕
Can anyone tell us if we are doing something wrong?
thanksgentle-rainbow-35115
10/25/2024, 10:59 AM