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 5.2.0
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
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
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 yourInfo.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 thecopy
attribute. - [IMPROVEMENT] Use
UIAlertController
in Feedback instead ofUIAlertView
. #460 - [IMPROVEMENT] Don't use
UIAlertView
butUIAlertController
.#446 - [IMPROVEMENT]
BITAttributedLabel
is now based onTTTAttributedLabel
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
- [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
This release officially dropps the support for iOS 6.
- [IMPROVEMENT] Upgrade to HockeySDK for iOS 4.1.5
Version 1.1.6
- [BUGFIX] Fix plugin initialization bug
Version 1.1.5
- [IMPROVEMENT] Upgrade to HockeySDK for iOS 4.1.4
- [UPDATE] Minor bugfixes
Version 1.1.4
- [IMPROVEMENT] Upgrade to HockeySDK for iOS 4.1.3
- [NEW] Norwegian (Bokmal) localization
- [NEW] Persian (Farsi) localization
Version 1.1.3
[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
- [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