-
Notifications
You must be signed in to change notification settings - Fork 231
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
chore: Add privacy manifest to Auth0.Swift #841
Conversation
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.
This is missing the changes needed to support apps that use Carthage to install Auth0.swift.
Did you test the changes in a sample app that uses Carthage?
This change is causing an error when building our application.
Please see: https://stackoverflow.com/a/78344724. The podspec should use the following format:
|
Privacy Manifest is required by Apple from May 1st. We have added this to our SDK in this PR
📋 Changes
NSPrivacyCollectedDataTypeUserID
with purpose asNSPrivacyCollectedDataTypePurposeAppFunctionality
📎 References
https://developer.apple.com/app-store/app-privacy-details/#user-tracking
https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_data_use_in_privacy_manifests#4144131
🎯 Testing
Repos with test integration
https://github.com/poovamraj/spm
https://github.com/poovamraj/carthage