Release 3.2.0
3.2.0
July 22nd, 2019
New Features:
- Added support for automatic datafile management via
HttpProjectConfigManagerfor framework 4.0 or above:- The
HttpProjectConfigManageris an implementation of the abstract
PollingProjectConfigManagerclass.- Users must first build the
HttpProjectConfigManagerwith an SDK key and then and provide that instance to theOptimizelyinstance. - An initial datafile can be provided to the
HttpProjectConfigManagerto bootstrap before making HTTP requests for the hosted datafile. - Requests for the datafile are made in a separate thread and are scheduled with fixed delay.
- Configuration updates can be subscribed to via the NotificationCenter built with the
HttpProjectConfigManager. Optimizelyinstance must be disposed after the use orHttpProjectConfigManagermust be disposed after the use to release resources.
- Users must first build the
- The
- The
OptimizelyFactoryprovides basic methods for instantiating the Optimizely SDK with a minimal number of parameters. CheckREADME.mdfor more details.