Hello!
Starting may 1 apple require 3rd parties to describe their use of some API's. doc link.
I have used some tooling to scan our app for usages of these api's and have found the following for this project:
Used symbols in binary ./Sentry/Sentry.framework/Sentry: mach_absolute_time, NSFileCreationDate, NSFileSystemFreeSize, NSFileSystemSize, stat
which maps to these entries which need declarations:
- NSPrivacyAccessedAPICategoryFileTimestamp
- NSPrivacyAccessedAPICategorySystemBootTime
- NSPrivacyAccessedAPICategoryDiskSpace
I can see that the sentry-cocoa library has already made this change, but I cannot see if sentry-react-native depends on this code? or if the reasons there would be the same
Im happy to bring that change across if it will help, But I can also see that the sentry-cooca library does not declare / use NSPrivacyAccessedAPICategoryDiskSpace we are using an older version of the library (5.5.0) so im not sure if later versions remove the need for those API's
If this is already on the radar could you please link to a discussion or I can bring across the manifest used in sentry-cocoa and discuss usage of NSPrivacyAccessedAPICategoryDiskSpace
Thanks.
Hello!
Starting may 1 apple require 3rd parties to describe their use of some API's. doc link.
I have used some tooling to scan our app for usages of these api's and have found the following for this project:
which maps to these entries which need declarations:
I can see that the sentry-cocoa library has already made this change, but I cannot see if
sentry-react-nativedepends on this code? or if the reasons there would be the sameIm happy to bring that change across if it will help, But I can also see that the
sentry-coocalibrary does not declare / useNSPrivacyAccessedAPICategoryDiskSpacewe are using an older version of the library (5.5.0) so im not sure if later versions remove the need for those API'sIf this is already on the radar could you please link to a discussion or I can bring across the manifest used in
sentry-cocoaand discuss usage ofNSPrivacyAccessedAPICategoryDiskSpaceThanks.