optimizely/android-sdk

isFeatureEnabled is failing some times

natan-loterio-farfetch opened this issue · 2 comments

Our app checks if a feature is enabled at the Splash Screen. If it's the first time it's running, the method isFeatureEnabled might return a different value than it was supposed to return.

Could it be a synchronization issue?

Optimizely version: 3.10.1
Android Versions: 12+
Vendors: Xiaomi, POCOPHONE

Do you initialize the SDK synchronously (with a local datafile) or asynchronously? If you use async-init, make sure that you call isFeatureEnabled after init completed.

This issue is closed since we do not get more info. Let us know if you need to open it again.