This repository was archived by the owner on Feb 15, 2022. It is now read-only.
1.0
This release adds support for Swift 3, including API changes reflecting the new naming guidelines, and additional entry points for customization and configuration.
- Moves
ScreenshotDetector
to a subspec that is not included by default, so that clients need not setNSPhotoLibraryUsageDescription
by default. - Changes access control to publicize additional properties and objects that were previously
private
orinternal
for better customization. - Adds an
EditorDelegate
API to allow clients to be informed of more events within the editor. - Adds
FeedbackConfiguration
to allow greater configuration of the feedback to be sent. - Uses iOS 10 as the base SDK, which negates the usage of
SystemLogger
on iOS 10+ since there is currently no generic way to read all system logs, as there was pre-iOS 10. - Removes
defaultPinpointKit
. Clients are now responsible for holding onto their ownPinpointKit
reference. Please refer to the README and Example project for code samples displaying this behavior.