Skip to content

Commit

Permalink
Merge pull request #668 from Iterable/MOB-6674-Prepare-for-6.4.15
Browse files Browse the repository at this point in the history
[MOB - 6674] - Prepare for 6.4.15
  • Loading branch information
Ayyanchira committed Aug 3, 2023
2 parents 641881c + fd60fa9 commit 84caa3d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -22,6 +22,12 @@ config.dataRegion = IterableDataRegion.EU;
[IterableAPI initializeWithApiKey:@"<YOUR_API_KEY>" launchOptions:launchOptions config:config];
```
### Fixed
- Offline Mode is now off by default. Offline mode components will only load when the `offlineMode` configuration for RequestHandler is set to true.
### Changed
- Offline mode configuration now persists throughout the current app session. Changes will take effect from the next app session.
## 6.4.14
### Added
- Success and Failure handlers can now be passed to following functions:
Expand Down

0 comments on commit 84caa3d

Please sign in to comment.