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

Commit a285a99

Browse files
author
chrwend
committed
Merge branch 'feature/1.1.1' into develop
2 parents e46a14e + 0ddd71b commit a285a99

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Documentation/Changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
## Changelog
22

3+
## Version 1.1.1
4+
5+
- [BUGFIX] Fixes an issue where the whole app's Application Support directory was accidentally excluded from backups.
6+
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:
7+
8+
```objectivec
9+
[[NSUserDefaults standardUserDefaults] setBool:YES forKey:@"kBITExcludeApplicationSupportFromBackup"];
10+
```
11+
312
### 1.1.0
413
* [NEW] User Metrics (user and session tracking)
514
* [NEW] Trigger version update check explicitly

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
## Version 1.1.0
1+
## Version 1.1.1
22
=======
3+
**NOTE:** With the release of HockeySDK-Unity-iOS 1.1.0-beta.1 a bug was introduced which lead to the exclusion of the app's Application Support folder from iCloud and iTunes backups.
34

5+
If you have been using one of the affected versions (1.1.0-beta.1, 1.1.0), please make sure to update to at least version 1.1.1 of our SDK as soon as you can.
46

57
## Introduction
68

0 commit comments

Comments
 (0)