Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Version 3.8

Compare
Choose a tag to compare
released this 16 Sep 17:03
· 1129 commits to develop since this release

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: Fixed Add Image button not always presented centered
  • [BUGFIX] Additional minor fixes