HockeySDK IOS Versions Save

HockeyApp was retired and the SDKs are deprecated. Please use App Center instead.

5.1.4

5 years ago
  • [FIX] Fix a regression that was introduced in 5.1.3 that prevented integration because of a missing header file. #532

Also includes these changes from 5.1.3:

This release supports iOS 12 and the latest iPhones which use a arm64e CPU.

  • [FIX] Support new arm64e architecture in crash reports. #527
  • [FIX] Fix bug in app termination heuristic. #523
  • [FIX] Fix Feedback UI on iPhone X. #513 #508
  • [IMPROVEMENT] Make it possible to use own logging handler. #516

5.1.3

5 years ago

This release supports iOS 12 and the latest iPhones which use a arm64e CPU. In addition, the SDK now requires iOS 9 or later.

  • [FIX] Support new arm64e architecture in crash reports. #527
  • [FIX] Fix bug in app termination heuristic. #523
  • [FIX] Fix Feedback UI on iPhone X. #513 #508
  • [IMPROVEMENT] Make it possible to use own logging handler. #516

5.1.2

6 years ago
  • [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

5.1.1

6 years ago
  • [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

6 years ago
  • [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

5.0.0

6 years ago

This version drops support for iOS 7. There is no other breaking change at this point.

  • [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

5.0.0-beta.2

6 years ago
  • [FEATURE] Added support for Metrics in app extensions. #449
  • [FEATURE] User Metrics can now be enabled after it was disabled. #451
  • [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

5.0.0-beta.1

6 years ago

This version drops support for iOS 7. There is no other breaking change at this point.

  • [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.
  • [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.

4.1.6

6 years ago
  • [BUGFIX] Fixed a string in the Italian translation #430.
  • [BUGFIX] Fix bug that prevented images that were attached to Feedback from loading #428 – thx to Zoltan for the contribution.
  • [IMPROVEMENT] Improved the accessibility of the Feedback UI, it now uses the proper accessibility traits.
  • [IMPROVEMENT] The crash-only flavor of the SDK now doesn't contain the Metrics feature.
  • [IMPROVEMENT] The SDK can be compiled using Xcode 9 #423 – thx to Stephan and Piet for the contribution!
  • [IMPROVEMENT] Metrics info will be send to the backend every time the application goes from foreground to background #429 - thx to Ivan for the contribution.
  • [IMPROVEMENT] Our README.md now uses gender-neutral language #427.

4.1.5

7 years ago

This release officially dropps the support for iOS 6.

  • [FIX] Remove the dependency for AssetLibrary for the default subspec in our podspec #403. Thanks to @tschob for the pointer.
  • [FIX] A couple of visual bugs have been fixed #404 thanks to @dweston.
  • [IMPROVEMENT] We have improved accessibility of our feedback UI #409 with help by @erychagov.