Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Version 1.1.1

Choose a tag to compare

released this 09 May 16:57
· 122 commits to master since this release
  • [BUGFIX] Fixes an issue where the whole app's Application Support directory 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 to the code of your exported Xcode project:
[[NSUserDefaults standardUserDefaults] setBool:YES forKey:@"kBITExcludeApplicationSupportFromBackup"];