-
Notifications
You must be signed in to change notification settings - Fork 784
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 privacy manifest #822
Add privacy manifest #822
Conversation
Examples/Example-tvOS/Example-tvOS/AppAuthTVExampleViewController.m
Outdated
Show resolved
Hide resolved
Hi, I'm not sure to understand why you added Privacy Accessed API Types + Privacy Tracking Domains + Privacy Nutrition Label Types but with no values ? What's the purpose to define those empty keys ? Thanks, |
@AntonyARHS see the comment here: #807 (comment) |
Hello, thx for the answer @aaronpk . Still not clear for me, it's confusing. It's not necessary to declare empty key in the manifest, they have no purpose at all. It's indeed the app responsibility to do it if app does tracking, so I don't see the purpose of adding empty key in your own privacy file ? |
Apple requires that the SDK provide a privacy manifest file. |
To add to what aaronpk mentioned, Apple specifically listed this library as needing a privacy manifest. |
I had the same issue yesterday, does anyone have any updates on it? |
The same thing is happening here. When I try to upload to the App Store, I get the error: 'Invalid binary App Store appauth.' I'm using Carthage btw |
Screenshots of the privacy manifest being shared with a CocoaPods sample project and an SPM project.
Fixes #807