Expensify / react-native-share-menu

A module for React Native that adds your app to the share menu of the device
MIT License
632 stars 235 forks source link

Add a privacy manifest for XCode 15 #286

Open lindboe opened 7 months ago

lindboe commented 7 months ago

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 commented 2 months ago

The store report those API Privacy issues:

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