Add PrivacyInfo manifest file#552
Conversation
|
Thanks @kdvmgn for the contribution 👍🏼 |
|
@Juanpe Do you have any plan to make a release including this patch? |
|
has this been released? |
|
Hi, please create new release version with the latest changes and a Cocoapods release as well. |
|
why is privacy file needed though? its not mentioned here. |
|
SkeletonView uses UserDefaults which is one of the APIs required to be listed in a Privacy manifest file. |
|
@WGMB https://developer.apple.com/support/third-party-SDK-requirements/
only for these third party libraries, we need to have privacy manifest is what i can understand from the above link. can you help here? |
|
I add PR for this podspec support [https://github.com//pull/560#issue-2217440011] |
|
can someone help here? |
Summary
In this PR I added a PrivacyInfo manifest file which will be required starting Spring 2024 for all iOS application submitting to AppStore Connect.
SkeletonView uses UserDefaults which is one of the APIs required to be listed in a Privacy manifest file with the reason why it is being used.
Associated issue: #551
The file requires all four fields to be included:
Requirements (place an
xin each of the[ ])