uxcam / react-native-ux-cam

51 stars 10 forks source link

Apple Privacy Manifests #131

Open grgmo opened 5 months ago

grgmo commented 5 months ago

Apple's requirement to document usages of certain Api's is coming into effect May 1. https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api

using scanner tool (here) to scan for usages of these API's/symbols

and there are a few results found for UXCam:

NSFileModificationDate
NSFileSystemFreeSize
NSFileSystemSize
NSUserDefaults
stat

Is this something the team is aware of? or have an ETA for?

more info here https://github.com/react-native-community/discussions-and-proposals/discussions/776

gabrieluxcam commented 5 months ago

Hello @grgmo from UXCam SDK plugin version 5.4.15 you will be able to see the included PrivacyInfo.xprivacy file containing the necessary information on captured data, which you can also check here

Please let us know if there's anything unclear. Thanks

grgmo commented 5 months ago

awesome thanks for the update 👍

grgmo commented 4 months ago

@gabrieluxcam any update on when you'll have the new version available?

gabrieluxcam commented 4 months ago

Hello @grgmo we've just released a new iOS update and are working on this current sprint to release Android and React Native with the latest updates, we'll let you know as soon as possible. Thank you for the collaboration.

gabrieluxcam commented 4 months ago

Apologies @grgmo I just checked again and indeed the current React Native version of UXCam SDK 5.4.15 already contains the iOS update with the privacy file, however I will still update you as soon as the new one comes out as well.