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 5.2.0

24 Jan 03:32
Compare
Choose a tag to compare

This version wraps HockeySDK-iOS 5.1.2. It contains the following changes:

  • [FEATURE] Added bindings for trackEvent APIs. #44

Changelog for HockeySDK-iOS 5.1.2

  • [IMPROVEMENT] This release can be compiled with Xcode 9.2 without warnings. #502
  • [BUGFIX] Fix warnings when integrating the SDK as source in Xcode 9. #501
  • [BUGFIX] Fix a potential memory leak in BITChannel. #500
  • [BUGFIX] Version 5.1.X broke support for app extension. We're sorry about this and we've updated our test matrix to make sure this does not happen again. #499
  • [BUGFIX] Fix a bug in the Feedback UI when Feedback was shown in landscape. #498

Version 5.1.0

14 Dec 23:09
37b10f8
Compare
Choose a tag to compare

This release wrapps HockeySDK-iOS 5.1.1 and supports Unity 5.6 and later.

Changelog for HockeySDK-iOS

5.1.1

  • [BUGFIX] Fixes a critical bug that would cause apps to freeze when calling trackEvent in UIApplicationDelegate callbacks. #492
  • [BUGFIX] Fix a critical bug in the crashonly variant of the SDK. #49

5.1.0

  • [FEATURE] Add Turkish localization thanks to Ozgur.#478
  • [FEATURE] Add support to detect low memory and OS kill heuristics for extensions. Thx to Dave Weston for this! #470
  • [IMPROVEMENT] Support tracking events in the background. #475
  • [FIX] Improvements around thread-safety and concurrency for Metrics. #471 #479
  • [FIX] Fix runtime warnings of Xcode 9's main thread checker tool. #484
  • [FIX] Fix caching of previews for attachments to Feedback. #487

Version 5.0.0

29 Sep 08:16
Compare
Choose a tag to compare

This version wraps the latest iOS SDK (Version 5.0.0) and makes sure the SDK is fully compatible with iOS 11.

The most notable changes are:

  • The SDK is now supporting iOS 8 and later.
  • This version brings back the Feedback feature, which requires that you add the NSPhotoLibraryUsageDescription key to your Info.plist to avoid an AppStore rejection during upload of your app.
  • We now use the pluginS folder instead of Plugin.

Please also check out the full changelog below:

  • [FEATURE] Added support for Metrics in app extensions. #449
  • [FEATURE] User Metrics can now be enabled after it was disabled. #451
  • [IMPROVEMENT] The code has been cleaned up as we have decided to drop support for iOS 7.
  • [IMPROVEMENT] All properties of type NSString now use the copy attribute.
  • [IMPROVEMENT] Use UIAlertController in Feedback instead of UIAlertView. #460
  • [IMPROVEMENT] Don't use UIAlertView but UIAlertController.#446
  • [IMPROVEMENT] BITAttributedLabel is now based on TTTAttributedLabel 2.0. #450
  • [BUGFIX] Fix a bug in BITAuthenticator. #447
  • [BUGFIX] Fix a bug in BITImageAnnotation. #453
  • [BUGFIX] The logic that makes sure that the directory for HockeySDK-iOS is excluded from backups was changed, to make sure it doesn't block app launch #443.
  • [BUGFIX] Fix bugs in the Feedback UI on iOS 11. #459

Version 1.1.8

20 Jul 17:11
Compare
Choose a tag to compare
  • [IMPROVEMENT] Upgrade to HockeySDK for iOS 4.1.6
  • [IMPROVEMENT] Metrics info will be send to the backend every time the application goes from foreground to background

Version 1.1.7

11 May 12:42
Compare
Choose a tag to compare

This release officially dropps the support for iOS 6.

  • [IMPROVEMENT] Upgrade to HockeySDK for iOS 4.1.5

Version 1.1.6

26 Apr 15:22
Compare
Choose a tag to compare
  • [BUGFIX] Fix plugin initialization bug

Version 1.1.5

14 Mar 12:24
Compare
Choose a tag to compare
  • [IMPROVEMENT] Upgrade to HockeySDK for iOS 4.1.4
  • [UPDATE] Minor bugfixes

Version 1.1.4

18 Jan 12:44
Compare
Choose a tag to compare
  • [IMPROVEMENT] Upgrade to HockeySDK for iOS 4.1.3
  • [NEW] Norwegian (Bokmal) localization
  • [NEW] Persian (Farsi) localization

Version 1.1.3

31 Oct 11:00
Compare
Choose a tag to compare

[BREAKING CHANGE] Feedback not supported by version 1.1.3 or higher.
[IMPROVEMENT] Upgrade to PLCrashReporter 1.3
[IMPROVEMENT] Upgrade to HockeySDK for iOS 4.1.2
[IMPROVEMENT] Updated Chinese translations

Version 1.1.2

08 Jul 21:23
Compare
Choose a tag to compare
  • [BUGFIX] Fix bug where report for managed exceptions didn't contain a CrashReporter Key. The key is needed to get proper user statistics on the portal
  • [UPDATE] Plugin now uses HockeySDK iOS 4.0.1
  • [UPDATE] Prefix Objective-C classes do avoid duplicate symbol errors