From fd60fa9676e975423ad55439f8d964d2f03cdc9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CAkshay?= <“ayyanchira.akshay@gmail.com”> Date: Thu, 3 Aug 2023 09:27:55 -0700 Subject: [PATCH] [MOB - 6674] - Prepare for 6.4.15 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcab5547..7df1a021 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,12 @@ config.dataRegion = IterableDataRegion.EU; [IterableAPI initializeWithApiKey:@"" 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: