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
* Register an event listner with `addLogEventNotificationListener()`
15
+
* The lister will be called when events are dispatched to the server.
16
+
* Turn on "Allow app extensions only" flag in build settings ([#277](https://github.com/optimizely/swift-sdk/pull/277))
17
+
18
+
### Bug Fixes
19
+
- When timerInterval is set to a negative value, EventDispatcher is changed to use the default interval value for batching (instead of disabling batch). Batching is disabled when the timerInterval is set to zero. ([#268](https://github.com/optimizely/swift-sdk/pull/268))
20
+
21
+
### Breaking Changes
22
+
- Upgrade required platforms from iOS9+/tvOS9+ to iOS10+/tvOS10+ ([#284](https://github.com/optimizely/swift-sdk/pull/284))
0 commit comments