This repository has been archived by the owner on Feb 19, 2020. It is now read-only.
Version 3.8
Disclaimer: Disable Bitcode in your iOS target to continue getting symbolicated crash reports: http://support.hockeyapp.net/kb/client-integration-ios-mac-os-x/how-to-solve-symbolication-problems#bitcode
- [NEW] Added Bitcode support
- [UPDATE] Requires Xcode 7 or later
- [UPDATE] Requires iOS 9 or later as base SDK, deployment target iOS 6 or later
- [UPDATE] Updated PLCrashReporter build using Xcode 7
- [UPDATE] Uses
UIAlertController
when available - [UPDATE] Added full support for
NSURLSession
- [UPDATE] Removed statusbar adjustment code (which isn't needed any longer)
- [UPDATE] Removed kBITTextLabel... defines and use NSText.. instead
- [UPDATE] Removed a few
#if __IPHONE_OS_VERSION_MAX_ALLOWED > __IPHONE_6_1
since iOS 9 or later is now required as base SDK - [BUGFIX]
BITFeedbackManager
: Fixed feedback compose view rotation issue - [BUGFIX]
BITFeedbackManager
: FixedAdd Image
button not always presented centered - [BUGFIX] Additional minor fixes