WeTransfer / Diagnostics

Allow users to easily share Diagnostics with your support team to improve the flow of fixing bugs.
MIT License
933 stars 53 forks source link

Add support for SDK Privacy Manifest - Data Use #156

Closed SwiftNativeDeveloper closed 8 months ago

SwiftNativeDeveloper commented 10 months ago

Apple introduced Privacy Manifests this year, a way for third party SDK developers to indicate what data their SDK collects. https://developer.apple.com/wwdc23/10060

Additional documentation https://developer.apple.com/documentation/bundleresources/privacy_manifest_files https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_data_use_in_privacy_manifests

With the roll out of iOS 17 and Xcode 15 just around the corner, please add a manifest file describing the data usage in this Swift Package.

A spot check, I think this SDK would need to declare:

Each developers milage will vary to some extent (insights), but there are a number of things that happen regardless. Capturing everything the SDK is capable of doing is intended to be disclosed in the manifest.

github-actions[bot] commented 9 months ago

This issue is stale because it has been open for 30 days with no activity. Remove the Stale label or comment or this will be closed in 10 days.