LanguageManager-iOS icon indicating copy to clipboard operation
LanguageManager-iOS copied to clipboard

Add PrivacyInfo.xcprivacy because of UserDefaults usage

Open ksa-real opened this issue 1 year ago • 1 comments

Apple requires the mentioned files if some APIs are used. I see a usage here: https://github.com/Abedalkareem/LanguageManager-iOS/blob/master/LanguageManager-iOS/Classes/Helpers/Storage.swift More info here: https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api

ksa-real avatar Apr 22 '24 10:04 ksa-real

Apple requires the mentioned files if some APIs are used. I see a usage here: https://github.com/Abedalkareem/LanguageManager-iOS/blob/master/LanguageManager-iOS/Classes/Helpers/Storage.swift More info here: https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api

I found the solution just add privacy file to your app with UserDefault it will apply to all the libraries you are using

AbuMandour avatar May 23 '24 16:05 AbuMandour