Open kyoey opened 7 months ago
You need to add PrivacyInfo.xcprivacy file following the new apple policy.
Apple saying that the requirement will take effect May 1st. https://developer.apple.com/news/?id=3d8a9yyh https://developer.apple.com/documentation/bundleresources/privacy_manifest_files
This package uses userDefault, so I think this needs to be addressed. https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api#4278401
userDefault
You need to add PrivacyInfo.xcprivacy file following the new apple policy.
Apple saying that the requirement will take effect May 1st. https://developer.apple.com/news/?id=3d8a9yyh https://developer.apple.com/documentation/bundleresources/privacy_manifest_files
This package uses
userDefault
, so I think this needs to be addressed. https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api#4278401