This repository has been archived by the owner on Feb 19, 2020. It is now read-only.
Releases: bitstadium/HockeySDK-Unity-iOS
Releases · bitstadium/HockeySDK-Unity-iOS
Version 1.1.1
- [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"];
Version 1.1.0
- [NEW] User Metrics (user and session tracking)
- [NEW] Trigger version update check explicitly
- [IMPROVEMENT] Bitcode support
- [BUGFIX] Issue #22: Avoid app crash when first launching app without internet connection
- [BUGFIX] Fix crash in native SDK that occured after authentication
- [UPDATE] Plugin now uses HockeySDK iOS 4.0.0
- [UPDATE] Minor bugfixes
Version 1.1.0 Beta 1
- [NEW] User Metrics (user and session tracking)
- [IMPROVEMENT] Bitcode support
- [UPDATE] Plugin now uses HockeySDK iOS 4.0.0-beta.1
- [UPDATE] Minor bugfixes