- Fixes a build error related to privacy manifests when statically linking the SDK using Cocoapods.
- Fixes the error "Missing an expected key: 'NSPrivacyCollectedDataTypes'" when generating a privacy report.
- Adds privacy manifests.
- Added support for media url having no extension.
- Adds support for installation via Swift Package Manager
- Update Starter Applications
- Adds support for Carthage
- Update Starter Applications
- Replace
FOUNDATION_EXPORT
with extern
- Update podspec to weak link
UserNotifications
framework to allow safe linking to < iOS 10 targets
- Initial release.