This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
Version 4.1.0 Beta 2
Pre-release
Pre-release
- [BUGFIX] Fixes an issue where the whole app's Application Support directory (sandboxed apps) / user’s Application Support directory (non-sandboxed apps) was accidentally excluded from backups.
This SDK release explicitly includes the Application Support directory into backups. If you want to opt-out of this fix and keep the Application Directory's backup flag untouched, add the following line above the SDK setup code: - Objective-C:
[[NSUserDefaults standardUserDefaults] setBool:YES forKey:@"BITExcludeApplicationSupportFromBackup"];
- Swift:
NSUserDefaults.standardUserDefaults().setBool(true, forKey: "BITExcludeApplicationSupportFromBackup")
- [NEW] Add more fine-grained log levels
- [NEW] Add ability to connect existing logging framework
- [BUGFIX] Make CrashManager property
serverURL
individual setable