Skip to content
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 a privacy manifest for XCode 15 #286

Open
lindboe opened this issue Dec 6, 2023 · 1 comment
Open

Add a privacy manifest for XCode 15 #286

lindboe opened this issue Dec 6, 2023 · 1 comment

Comments

@lindboe
Copy link

lindboe commented Dec 6, 2023

Starting with Xcode 15, Apple is requiring that libraries and apps that use specific features register their “reason” for doing so in a new privacy manifest. This includes UserDefaults, which react-native-share-menu uses to store shared data to pass to the main app. Its usage of UserDefaults is fully compliant with the allowed “reason” (“Declare this reason to access user defaults to read and write information that is only accessible to the app itself”), so we only need to register the reason and we’re done.

How to create a privacy manifest: https://developer.apple.com/documentation/bundleresources/privacy_manifest_files

@HugoGresse
Copy link

HugoGresse commented Apr 29, 2024

The store report those API Privacy issues:

  • NSPrivacyAccessedAPICategoryFileTimestamp
  • NSPrivacyAccessedAPICategoryUserDefaults
  • NSPrivacyAccessedAPICategorySystemBootTime

While the two first API make sense, I cannot find any code linked to the systemBootTime (from ProcessInfo?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants