Add PrivacyInfo.xcprivacy because of UserDefaults usage
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
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