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 ios privacy manifest #940

Merged
merged 1 commit into from
Apr 9, 2024
Merged

Conversation

timbotimbo2
Copy link
Contributor

Description

Starting May 1 2024, Apple requires apps and some 3rd party frameworks to include a privacy manifest that documents usage of certains APIs.

After both a manual search and running this scanner, this plugin doesn't appear to be using any of these APIs directly.

However Unity uses multiple and is required to provide these manifests.
These are included in builds and exports as of 2021.3.35f1 and 2022.3.18f1, see the unity docs.

Just as a precaution, this PR adds an empty manifest for the plugin code.
Providing a manifest will also make it easier for any user that has to manually check all their used plugins after failing a future Apple review.

For easier maintenance, I've used the same podspec approach as the Flutter plugins in github.com/flutter/packages.

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@timbotimbo timbotimbo merged commit 1e21706 into juicycleff:master Apr 9, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants