This repository has been archived by the owner on Feb 19, 2020. It is now read-only.
Version 3.6 Beta 1
Pre-release
Pre-release
DerAndereAndi
released this
28 May 18:55
·
1582 commits
to develop
since this release
- [NEW] Minimum iOS Deployment version is now iOS 6.0
- [NEW] Requires to link additional frameworks:
AssetLibrary
,MobileCoreServices
,QuickLook
- [NEW]
BITFeedbackManager
: Attach and annotate images and screenshots - [NEW]
BITFeedbackManager
: Attach any binary data to compose message view (seeshowFeedbackComposeViewWithPreparedItems:
) - [NEW]
BITFeedbackManager
: Show a compose message with a screenshot image attached using predefined triggers (seefeedbackObservationMode
) or your own custom triggers (seeshowFeedbackComposeViewWithGeneratedScreenshot
) - [NEW]
BITCrashManager
: Option to add a custom UI flow before sending a crash report, e.g. to ask users for more details (seesetAlertViewHandler:
) - [NEW]
BITCrashManager
: Provide details on a crash report (seelastSessionCrashDetails
) - [NEW]
BITCrashManager
: Experimental support for detecting app kills triggered by iOS while the app is in foreground (seeenableAppNotTerminatingCleanlyDetection
) - [NEW]
BITCrashManager
: AddeddidReceiveMemoryWarningInLastSession
which indicates if the last app session did get a memory warning by iOS - [UPDATE]
BITCrashManager
: UpdatedsetCrashCallbacks
handling now usingBITCrashManagerCallbacks
instead ofPLCrashReporterCallbacks
(which is no longer public) - [UPDATE]
BITCrashManager
: Crash reports are now send individually if there are multiple pending - [UPDATE] Removed support for Atlassian JMC
- [BUGFIX] Fixed an incorrect submission warning about referencing non-public selector
attachmentData