microsoft / clarity-apps

Repo for distributing Clarity Apps packages
MIT License
46 stars 2 forks source link

Add privacy manifest #48

Closed TomaszLizer closed 3 months ago

TomaszLizer commented 4 months ago

Recently Apple started requiring Privacy manifest to be included in apps submitted to the App Store. Additionally all third party SDK included in app should also have their own privacy manifest (with some exemption). Given what Clarity iOS SDK does I assume it may actually require such privacy manifest as per Apple requirements: https://developer.apple.com/support/third-party-SDK-requirements/.

Docs on adding privacy manifest: https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/adding_a_privacy_manifest_to_your_app_or_third-party_sdk#4336762

I have not yet encountered app rejection due to missing Privacy manifest, nevertheless it would be handy to have such for Clarity.

nouranmaher86 commented 3 months ago

Thank you @TomaszLizer. We will consider to add a privacy manifest to our iOS SDKs.

ibradwan commented 3 months ago

Will be part of our next release.