sberrevoets / SDCAlertView

The little alert that could
MIT License
1.86k stars 298 forks source link

Privacy manifest required by Apple #332

Closed wenfeng-duan closed 8 months ago

wenfeng-duan commented 8 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

sberrevoets commented 8 months ago

This library doesn't collect any user information and is not listed in https://developer.apple.com/support/third-party-SDK-requirements/ so I don't think a privacy manifest is required. Let me know if you think that's not right!