react-native-heap icon indicating copy to clipboard operation
react-native-heap copied to clipboard

May 1st Apple Requirements: Describing use of required reason API

Open Maker-Mark opened this issue 1 year ago • 0 comments
trafficstars

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 https://github.com/getsentry/sentry-react-native/issues/3708

Maker-Mark avatar Apr 10 '24 20:04 Maker-Mark