-
Notifications
You must be signed in to change notification settings - Fork 735
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
PrivacyInfo.xcprivacy file is invalid for Apollo and ApolloApi. #3359
PrivacyInfo.xcprivacy file is invalid for Apollo and ApolloApi. #3359
Comments
Thanks for reporting the issue @azilbershtein.
This doesn't give us much detail to work with unfortunately. Is there anything else related to the error? Have you confirmed that the privacy manifest files are in those locations and look like valid xml if you manually inspect them?
We don't submit apps to the App Store so we cannot confirm this reproduction step; is there another way to reproduce this validation? Does Xcode have a standalone validation step that produces the same error? |
Also, starting May 1 this will be requirement by Apple, this is next part of their warning. |
That is what is unclear to me - how is it invalid? Apollo iOS does not do any tracking of any sort, nor does it use any of the reason required APIs. After reading through Apple's privacy manifest documentation again I think it might be because we have arrays for the I made that change and pushed it up to the fix/privacy-manifests branch. Try point your project at that branch and see if it resolves the validation issue? If it does then I'll merge it into |
The fix on your branch looks good, I don't get any warnings. |
That's great news! I'll get that merged into |
Do you have any feedback for the maintainers? Please tell us by taking a one-minute survey. Your responses will help us understand Apollo iOS usage and allow us to serve you better. |
Summary
TMS-91056: Invalid privacy manifest - The PrivacyInfo.xcprivacy file from the following path is invalid: “Frameworks/Apollo.framework/PrivacyInfo.xcprivacy”.
ITMS-91056: Invalid privacy manifest - The PrivacyInfo.xcprivacy file from the following path is invalid: “Frameworks/ApolloAPI.framework/PrivacyInfo.xcprivacy”.
Version
1.9.2
Steps to reproduce the behavior
Submit a version the includes the Apollo SDK to the store.
Logs
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: