v85.3.0 (2021-09-30)
Nimbus
What's new
- Nimbus can now target on
is_already_enrolled
. Which is true only if the user is already enrolled in experiment. (#4490) - Nimbus can now target on
days_since_install
anddays_since_update
. Which reflect the days since the user installed the application and the days since the user last updated the application. (#4491) - Android only: the observer method
onExperimentsApplied()
is now called every timeapplyPendingExperiments()
is called. This is to bring it in line with iOS.