Skip to content

Commit 1bfd003

Browse files
committed
Update framework to version 3.6.4
1 parent facfef1 commit 1bfd003

File tree

151 files changed

+154693
-210449
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

151 files changed

+154693
-210449
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Version 3.6.4
2+
2025-14-02
3+
- [Fix] Issue where full device display name (iPhone instead of iPhone 11 Pro for example) is not shown in admin dashboard after account migration
4+
- [Changed] Encrypt and exclude from backup local stored files related to SDK logs and adaptive collections
5+
- [Added] Add comments for SDK error codes
6+
- [Changed] SDK logging is not enabled by default anymore. To enable call `FTRClient.enableLogging()` before launching the SDK and the SDK will log information about its operations.
7+
18
# Version 2.6.1
29
2025-12-02
310
+ [Fix] Issue where full device display name (iPhone instead of iPhone 11 Pro for example) is not shown in admin dashboard after account migration

CarthageJson/FuturaeKit.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,6 @@
5757
"3.6.1": "https://github.com/Futurae-Technologies/ios-sdk/releases/download/v3.6.1/FuturaeKit-v3.6.1-framework.zip",
5858
"3.6.2": "https://github.com/Futurae-Technologies/ios-sdk/releases/download/v3.6.2/FuturaeKit-v3.6.2-framework.zip",
5959
"3.6.3": "https://github.com/Futurae-Technologies/ios-sdk/releases/download/v3.6.3/FuturaeKit-v3.6.3-framework.zip",
60-
"2.6.1": "https://github.com/Futurae-Technologies/ios-sdk/releases/download/v2.6.1/FuturaeKit-v2.6.1-framework.zip"
60+
"2.6.1": "https://github.com/Futurae-Technologies/ios-sdk/releases/download/v2.6.1/FuturaeKit-v2.6.1-framework.zip",
61+
"3.6.4": "https://github.com/Futurae-Technologies/ios-sdk/releases/download/v3.6.4/FuturaeKit-v3.6.4-framework.zip"
6162
}

FuturaeDemo.xcodeproj/project.pbxproj

Lines changed: 235 additions & 147 deletions
Large diffs are not rendered by default.

FuturaeDemo/AppDelegate.h

Lines changed: 0 additions & 23 deletions
This file was deleted.

FuturaeDemo/AppDelegate.m

Lines changed: 0 additions & 444 deletions
This file was deleted.

0 commit comments

Comments
 (0)