firebase / FirebaseUI-iOS

iOS UI bindings for Firebase.
Apache License 2.0
1.5k stars 467 forks source link

Privacy manifest required by Apple #1182

Open wenfeng-duan opened 4 months ago

wenfeng-duan commented 4 months ago

Hi team,

Starting with Spring 2024 Apple requires third-party SDKs to add a Privacy Manifest file. https://developer.apple.com/support/third-party-SDK-requirements/ https://developer.apple.com/documentation/bundleresources/privacy_manifest_files

Does this SDK need a privacy manifest? If yes, is there any plans to add a privacy manifest?

Thanks, Duan

ncooke3 commented 4 months ago

Hi @wenfeng-duan, FirebaseUI uses GoogleUtilities/Reachability which will have a manifest (tracked in https://github.com/google/GoogleUtilities/issues/128).