-
Notifications
You must be signed in to change notification settings - Fork 603
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
docs: add apple privacy manifest code requirements #2076
Conversation
Released dev build of filesystem with dev version: 6.0.0-dev-2076-20240415T161401.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a Privacy Manifest page now on the docs that could be linked instead of adding the Manual Steps about how to do it on each plugin README
https://capacitorjs.com/docs/ios/privacy-manifest
I think the text should be more clear about which keys each plugin requires, the example file is ok, but people can think it's an example and not what they need to add.
Also would be good to link each key to the specific key docs as the vs code extensio does
https://github.com/ionic-team/vscode-ionic/blob/fd14fafce9aba7fe0da853d0b6eeccf27b10fda1/src/xcode.ts#L278-L288
This PR adds the Apple Privacy Manifest Requirements to the relevant plugins.
Addresses #2060