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

Version 5.1.0

Choose a tag to compare

@ElektrojungeAtWork ElektrojungeAtWork released this 14 Dec 23:09
· 12 commits to master since this release
37b10f8

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