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

Releases: bitstadium/HockeySDK-Unity-iOS

Version 1.1.1

09 May 16:57
Compare
Choose a tag to compare
  • [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

29 Apr 16:22
Compare
Choose a tag to compare
  • [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

26 Apr 00:26
Compare
Choose a tag to compare
Version 1.1.0 Beta 1 Pre-release
Pre-release
  • [NEW] User Metrics (user and session tracking)
  • [IMPROVEMENT] Bitcode support
  • [UPDATE] Plugin now uses HockeySDK iOS 4.0.0-beta.1
  • [UPDATE] Minor bugfixes

1.0.11

15 Feb 13:04
Compare
Choose a tag to compare
  • Update plugin to use HockeySDK iOS 3.8.5
  • Update example game

1.0.10

04 Nov 17:20
Compare
Choose a tag to compare
  • Update plugin to HockeySDK iOS 3.8.4
  • Replace old post build script
  • Minor bugfixes

1.0.9

04 Nov 17:22
Compare
Choose a tag to compare
  • Update plugin to HockeySDK iOS 3.8.2
  • Add iOS 9 support
  • Minor bugfixes

1.0.8

11 Jul 00:19
Compare
Choose a tag to compare
  • Update plugin to HockeySDK iOS 3.7.1
  • Append SDK and App information to managed exception reports
    • SDK name & version
    • App code & version