blackuy / react-native-twilio-video-webrtc

Twilio Video (WebRTC) for React Native
MIT License
606 stars 403 forks source link

Add Apple Privacy file #742

Open eppisapiafsl opened 4 months ago

eppisapiafsl commented 4 months ago

Hi there 👋

I saw a few references of the OrderedSet and Abseil SDK in the Podfiles installed by ReactNativeTwillioVideoWebrtc, wondering if the new Apple - Privacy manifest files is on the radar?

If the App Privacy File is declared and maintained in the repo, it will automatically added to the final Privacy file that Apple reviews.

With Xcode 15+, create the new App Privacy File. -> Create your app privacy report

Context

Starting in April 2024, Apple will request a privacy file. Apple - Privacy manifest files to be able to deploy to the stores, and this file must contain the code not just from the App but any third-party library we install in our App.

It will be beneficial if the teams add the Privacy Manifest file in the repo 🙏