You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To aid Apple platform developers in complying with their data collection disclosure obligations to Apple, the Swift SDK should supply its own privacy manifest that discloses the data collected by the SDK.
Use Case
To comply with Apple requirements for disclosing data collection to consumers.
Proposed Solution
No response
Other Information
No response
Acknowledgements
I may be able to implement this feature request
This feature might incur a breaking change
The text was updated successfully, but these errors were encountered:
This PR added privacy manifest to aws-crt-swift.
The 2 PRs linked in this issue's history adds privacy manifest to smithy-swift & aws-sdk-swift, which depend on aws-crt-swift.
Unless something unexpected happens, this will be available with a new release next Tuesday (4/23/24) with a v0.42.0 release of aws-sdk-swift.
Describe the feature
Apple has introduced the "privacy manifest" which is a machine-readable file that describes the type of data collected by a Swift package or app:
https://developer.apple.com/documentation/bundleresources/privacy_manifest_files
To aid Apple platform developers in complying with their data collection disclosure obligations to Apple, the Swift SDK should supply its own privacy manifest that discloses the data collected by the SDK.
Use Case
To comply with Apple requirements for disclosing data collection to consumers.
Proposed Solution
No response
Other Information
No response
Acknowledgements
The text was updated successfully, but these errors were encountered: