This version wraps HockeySDK-iOS 5.1.2. It contains the following changes
- [FEATURE] Added bindings for
trackEvent
apis. #44
- [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
This version wraps HockeySDK-iOS 5.1.1. It contains the following changes:
- [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
- [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
This version wraps the latest iOS SDK 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
- [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
This release officially drops the support for iOS 6.
- [IMPROVEMENT] Upgrade to HockeySDK for iOS 4.1.5
- [BUGFIX] Fix plugin initialization bug
- [IMPROVEMENT] Upgrade to HockeySDK for iOS 4.1.4
- [UPDATE] Minor bugfixes
- [IMPROVEMENT] Upgrade to HockeySDK for iOS 4.1.3
- [NEW] Norwegian (Bokmal) localization
- [NEW] Persian (Farsi) localization
- [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
- [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
- [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"];
- [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
- Update plugin to HockeySDK iOS 3.8.5
- Fix a crash where appStoreReceiptURL was accidentally accessed on iOS 6
- Update plugin to HockeySDK iOS 3.8.4
- Replace old post build script
- Minor bugfixes
- Update plugin to HockeySDK iOS 3.8.2
- Add iOS 9 support
- Minor bugfixes
- Update plugin to HockeySDK iOS 3.7.1
- Append SDK and App information to managed exception reports * SDK name & version * App code & version
- Update plugin to HockeySDK iOS 3.6.4
- Fix broken interop & warnings in HockeyAppUnityWrapper.m (thanks to Andy Mroczkowski)
- Fix exception handling
- Report Error types
- Update version numbers
- Extend demo project
- Fix 'Example Project'
- Add readme section: Add dependencies
- Add entry in troubleshooting section: Disable ARC
- Add Unity 5 support
- Remove warnings
- Allow custom plugin folder structure
- Ease plugin configuration