oracle / oracle/pushiomanager-react-native
Add Privacy Manifest file for iOS to support use of required reason API
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 19
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
Hi, according to the new Apple privacy policy apps and third party SDK's should contain a privacy manifest file, named PrivacyInfo.xcprivacy. See message below.
Starting May 1, 2024, when you upload a new app or app update, you must include a NSPrivacyAccessedAPITypes array in your app’s privacy manifest to provide approved reasons for these APIs used by your app’s code. For more details about this policy, including a list of required reason APIs and approved reasons for usage, visit: https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api.
Would it be possible to add privacy manifest file to pushiomanager-react-native?
Thank you for paying attention to my question.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the iOS portion of the pushiomanager-react-native repository and the linked Apple privacy manifest guidance. Add the PrivacyInfo.xcprivacy file with the required NSPrivacyAccessedAPITypes information for the SDK’s APIs. Done means the manifest is included in the iOS package and satisfies Apple’s stated requirement.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, react-native
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100