Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a Privacy Manifest to the SDK #1191

Closed
2 tasks
jbelkins opened this issue Oct 25, 2023 · 2 comments
Closed
2 tasks

Add a Privacy Manifest to the SDK #1191

jbelkins opened this issue Oct 25, 2023 · 2 comments
Assignees
Labels
feature-request A feature should be added or improved.
Milestone

Comments

@jbelkins
Copy link
Contributor

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

  • I may be able to implement this feature request
  • This feature might incur a breaking change
@jbelkins jbelkins added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Oct 25, 2023
@jbelkins jbelkins added this to the GA milestone Oct 25, 2023
@jbelkins jbelkins removed the needs-triage This issue or PR still needs to be triaged. label Nov 13, 2023
@smivij smivij removed this from the GA milestone Mar 7, 2024
@sichanyoo sichanyoo self-assigned this Apr 16, 2024
@smivij smivij added this to the GA milestone Apr 17, 2024
@sichanyoo
Copy link
Contributor

sichanyoo commented Apr 18, 2024

@rowanlsnapper

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.

However, note that amplify-swift must bump their dependency on our aws-sdk-swift from 0.36.1 to 0.42.0 before this bubbles up to your application.

@sichanyoo
Copy link
Contributor

@rowanlsnapper

Hello, just wanted to give a heads up that this change has just been released with the v0.42.0 of the AWS Swift SDK : https://github.com/awslabs/aws-sdk-swift/releases/tag/0.42.0.

As mentioned before, please note that amplify-swift must bump their dependency on our aws-sdk-swift from 0.36.1 to 0.42.0 before this bubbles up to your application.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved.
Projects
None yet
Development

No branches or pull requests

3 participants