Skip to content

Commit

Permalink
[MOB - 6674] - Prepare for 6.4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
“Akshay committed Aug 3, 2023
1 parent 641881c commit edb562e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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 are loaded only when offlineMode mode configuration is set to true.
### Changed
Offline mode configuration stays for the current app session. Changes are effective from next app session.
## 6.4.14
### Added
- Success and Failure handlers can now be passed to following functions:
Expand Down

0 comments on commit edb562e

Please sign in to comment.