You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any apps that use 3rd party libraries that have missing Privacy Declarations will be rejected starting May 1st.
It's not abundantly clear what packages have missing privacy declarations, but I don't see this repo having the required file in ios/PrivacyInfo.xcprivacy, so I'm betting this package is causing an issue.
Any apps that use 3rd party libraries that have missing Privacy Declarations will be rejected starting May 1st.
It's not abundantly clear what packages have missing privacy declarations, but I don't see this repo having the required file in
ios/PrivacyInfo.xcprivacy, so I'm betting this package is causing an issue.@bnickel Are you or someone on your team aware of this and can take a look?
These are the docs on how to classify the permissions
https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api?language=objc
and here's a PR example of other packages doing it
https://github.com/react-native-async-storage/async-storage/pull/1075/files#diff-39f67059a27eeb4c017a481cf9e677e5818cb6e2c79dbbaea19f90daf942080d
getsentry/sentry-react-native#3708