This repository was archived by the owner on Feb 19, 2020. It is now read-only.
Version 5.0.0
·
32 commits
to master
since this release
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
NSPhotoLibraryUsageDescriptionkey to yourInfo.plistto 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
NSStringnow use thecopyattribute. - [IMPROVEMENT] Use
UIAlertControllerin Feedback instead ofUIAlertView. #460 - [IMPROVEMENT] Don't use
UIAlertViewbutUIAlertController.#446 - [IMPROVEMENT]
BITAttributedLabelis now based onTTTAttributedLabel2.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