Yusif Oruclu
Yusif Oruclu
RN v0.73.7 added a new `PrivacyInfo.xcprivacy` file to the ios directory. All libs and SDKs need to have privacy manifest as far as I can tell. For example, Sentry added...
Aren't photo and video files from the camera considered user data? It is either that, or we have to specify the usage of it. It has to be either in...
Well kinda. I am not sure. We know `VC` can use location data too on top of video, photo, and audio. This link describes those: https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_data_use_in_privacy_manifests ![Screenshot 2024-04-29 at 14...
So if I want to make a PR, I only need to add this privacy file to `package/ios`, right? pretty new to the whole contribution stuff.
okay, I'll do it on my project first and see what Apple says about it, if all is well, I'll make a PR like you said. Thank you
Thank you, but starting May 1st Apple will reject all apps that don't have privacy manifest files. That is why rn v0.73.7 adds this manifest file when you install pods
Quick update. We sent an update to App Store Connect and it did get approved. Not sure if this means no manifest file is required or if they just haven't...
Hello, any update on this?
@Acconut No, I was using it on react native (Ios and Android), and it seems like it was because of Blob, that said, I am still not sure what the...
@maitrungduc1410 thank you for getting back, I think I tested this and it didn't work. That said, I'll test it once more and get back to you. I was trying...