You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(chore): add new feature list as well as update demo app to show these features (#209)
* add new feature list as well as update demo app to show these features
* take out custom to see if coveralls goes up
* slight refactor for swift test app
This the initial release of the Swift SDK. It is a pure Swift implementation take complete advantage of language features and performance. It supports objective-C as well through objective-c only API. It uses Swift 4.2 but we will be upgrading to 5.0 soon.
7
7
8
8
This modernized version of the SDK is meant to replace the Objective-C SDK.
9
9
10
10
### New Features
11
-
* No new features for this release. It supports all of the 3.1 features in all of Optimizély's SDKs.
11
+
* By default the datafile handler does updates every 10 minutes when the application is in the foreground. To disable this, set the periodicUpdateInterval to zero. If you do allow for polling, the project will update automatically when a new datafile change is received.
12
+
* On top of the above functionality, the developer may register for a datafile change notification. This notification will be called anytime a new datafile is downloaded to cache and is used to reinitialize the optimizely client automatically.
13
+
* The event handler batches events and will run every 5 minutes in the foreground to send events.
12
14
13
15
### Bug Fixes:
14
-
* Change all instances of attributes and eventTags from NSDictionary<NSString*,NSObject*> to NSDictionary<NSString*,id>
0 commit comments