This repository has been archived by the owner on Feb 19, 2020. It is now read-only.
Version 4.1.1
Attention Due to changes in iOS 10, it is now necessary to include the NSPhotoLibraryUsageDescription
in your app's Info.plist file if you want to use HockeySDK's Feedback feature. Since using the feature without the plist key present could lead to an App Store rejection, our default CocoaPods configuration does not include the Feedback feature anymore.
If you want to continue to use it, use this in your Podfile
:
pod "HockeySDK", :subspecs => ['AllFeaturesLib']
Additionally, we now also provide a new flavor in our binary distribution. To use all features, including Feedback, use HockeySDK.embeddedframework
from the HockeySDKAllFeatures
folder.
- [NEW] The property
userDescription
onBITCrashMetaData
had to be renamed touserProvidedeDescription
to provide a name clash with Apple Private API - [IMPROVEMENT] Warn if the Feedback feature is being used without
NSPhotoLibraryUsageDescription
being present - [IMPROVEMENT] Updated Chinese translations
- [IMPROVEMENT] Set web view baseURL to
about:blank
to improve security - [BUGFIX] Fix an issue in the telemetry channel that could be triggered in multi-threaded environments
- [BUGFIX] Fix several small layout issues by updating to a newer version of TTTAttributedLabel
- [BUGFIX] Fix app icons with unusual filenames not showing in the in-app update prompt