scenee / FloatingPanel

A clean and easy-to-use floating panel UI component for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any support of Privacy Manifest?

YTWhite9 opened this issue · comments

Hi,

Starting with Spring 2024 Apple requires third-party SDKs to add a Privacy Manifest file. Is there any plans to add a privacy manifest?
Please refer to this link: https://developer.apple.com/documentation/bundleresources/privacy_manifest_files

Thanks.

According to the important note in Privacy manifest files, I think this library doesn't need to include Privacy manifest file because it doesn't use any required reasons API and collect data or or contact tracking domains.

You need to include a privacy manifest file in your third-party SDK if it’s listed in “SDKs that require a privacy manifest and signature,” in Upcoming third-party SDK requirements. Otherwise, include a privacy manifest file in your third-party SDK if it uses required reasons API, collects data about the person using apps that include the third-party SDK, enables the app to collect data about people using the app, or contacts tracking domains.

However If anyone will encounter some problem because of this library's privacy manifest, just let me know.
I'll add a privacy manifest by the Apple responses.