Open kdvmgn opened 1 year ago
Even though I updated to 1.30.4, there is no privacyinfo file inside. What should I do?
@Juanpe please add this configuration on .podspec file
s.ios.resource_bundles = {'SkeletonView' => ['SkeletonViewCore/Sources/Suporting Files/PrivacyInfo.xcprivacy']}
and make update for cocoapod
Apple announced that they'll start enforcing these new requirements on May 1. Would love to see a release with these changes soon to allow time to update, test, etc.
Any updates?
Hi, please create new release version with the latest changes and a Cocoapods release as well.
The PrivacyInfo.xcprivacy file was not found in the pod update library.
Describe the feature or problem you’d like to solve
From Fall 2023 Apple starts rolling out new privacy requirements, The apps and third-party SDKs should contain a privacy manifest file when they access required reason API. SkeletonView SDK uses UserDefaults which is required description of use in PrivacyManifest. Otherwise, apps that don’t describe their use of required reason API in their privacy manifest file won’t be accepted by App Store Connect. Here is a link to the [Apple documentation].(https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api).
Proposed solution
Add a PrivacyInfo.xcprivacy file and the following information to the Privacy Accessed API Types section
Additional context
Apple documentation