Abedalkareem / LanguageManager-iOS

A Language manager to handle changing app language without restarting the app. It supports iOS and tvOS.
MIT License
396 stars 67 forks source link

Add PrivacyInfo.xcprivacy because of UserDefaults usage #73

Open ksa-real opened 7 months ago

ksa-real commented 7 months ago

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

AbuMandour commented 6 months ago

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