Closed kdvmgn closed 10 months ago
Thanks @kdvmgn for the contribution 👍🏼
@Juanpe Do you have any plan to make a release including this patch?
has this been released?
Thanks @kdvmgn for the contribution 👍🏼
@Juanpe Any PrivacyInfo.xcprivacy Update for cocoapods .podspec
?
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. https://developer.apple.com/support/third-party-SDK-requirements/
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/
The following are commonly used SDKs in apps on the App Store. Starting in spring 2024, you must include the privacy manifest for any SDK listed below when you submit new apps in App Store Connect that include those SDKs, or when you submit an app update that adds one of the listed SDKs as part of the update. Signatures are also required in these cases where the listed SDKs are used as binary dependencies. Any version of a listed SDK, as well as any SDKs that repackage those on the list, are included in the requirement.
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?
Thanks @kdvmgn for the contribution 👍🏼
@Juanpe Any PrivacyInfo.xcprivacy Update for cocoapods
.podspec
?
@kdvmgn Any commit for support cocoapods?
I add PR for this podspec support [https://github.com/Juanpe/SkeletonView/pull/560#issue-2217440011]
can someone help here? https://github.com/Juanpe/SkeletonView/pull/552#issuecomment-2024887166
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: https://github.com/Juanpe/SkeletonView/issues/551
The file requires all four fields to be included:
Requirements (place an
x
in each of the[ ]
)