This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
Version 3.0 Beta 1
Pre-release
Pre-release
DerAndereAndi
released this
26 Jun 14:15
·
467 commits
to develop
since this release
- [NEW] Requires OS X 10.7 or newer
- [NEW] Converted source code to ARC
- [NEW] Added
BITHockeyAttachment
for more customizable attachments to feedback and crash reports (content-type
,filename
) - [UPDATE] Property
delegate
in all components is now private. Set the delegate onBITHockeyManager
only! - [NEW] Add
[BITHockeyManager testIdentifier]
to check if the SDK reaches the server. The result is shown on the HockeyApp website on success. - [NEW]
BITFeedbackManager
: Updated user interface - [NEW]
BITFeedbackManager
: Added support for attachments, including preview - [NEW]
BITCrashManager
: Crash Report UI is not presented modal any longer! - [NEW]
BITCrashManager
: Option to define a custom UI flow before sending a crash report, seesetCrashReportUIHandler:
- [NEW]
BITCrashManager
: Provide details on a crash report (seelastSessionCrashDetails
) - [NEW]
BITCrashManager
: Added support for adding a binary attachment to crash reports - [NEW]
BITCrashManager
: Added the option to define callbacks that will be executed prior to program termination after a crash has occurred. Callback code has to be async-safe! SeesetCrashCallbacks
. - [NEW]
BITCrashManager
: AddedgenerateTestCrash
method to more quickly test the crash reporting - [UPDATE]
BITCrashManager
: Updated PLCrashReporter to version 1.2 - [UPDATE]
BITCrashManager
: Crash reports are now send individually if there are multiple pending