We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 641881c + fd60fa9 commit 84caa3dCopy full SHA for 84caa3d
CHANGELOG.md
@@ -22,6 +22,12 @@ config.dataRegion = IterableDataRegion.EU;
22
[IterableAPI initializeWithApiKey:@"<YOUR_API_KEY>" launchOptions:launchOptions config:config];
23
```
24
25
+### Fixed
26
+- Offline Mode is now off by default. Offline mode components will only load when the `offlineMode` configuration for RequestHandler is set to true.
27
+
28
+### Changed
29
+- Offline mode configuration now persists throughout the current app session. Changes will take effect from the next app session.
30
31
## 6.4.14
32
### Added
33
- Success and Failure handlers can now be passed to following functions:
0 commit comments