-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Privacy Manifest #185
Comments
What keychain-swift version are you using? The privacy manifest has been included in version 21. |
Yes, I use version 21.0.0, I think your privacy should contain that key "NSPrivacyAccessedAPICategoryUserDefaults" |
This library does not use any of the API that are required for declaration, including UserDefaults. See https://github.com/evgenyneu/keychain-swift/blob/master/Sources/PrivacyInfo.xcprivacy The |
in my app, the only library I use is KeychainSwift. Therefore, I believe you need to verify this key. You can create an empty project with only your library, then try to publish it. You will receive the same email automatically. |
Just FYI. Here's how I express this in my project. Apple hasn't nagged me about it (yet). Their documentation leaves a bit to be desired, but I think I got it right. |
please, @ChrisMarshallNY What does |
That's the value that says basically that you are using it the way it says on the tin. It's like the "NO" thing in the uses encryption. It might very well apply, here. Like I said, their documentation is ... sparse. |
thank you @ChrisMarshallNY |
@evgenyneu Here is PR that adds manifest to the pod spec, without it manifest file is missing in the framework we build via cocoapods |
@evgenyneu I created this PR to fix the privacy file issue |
At present, the privacy file of version 22.0 is imported directly instead of bundle, causing a conflict with the privacy name of the project itself. "resources": "Sources/PrivacyInfo.xcprivacy" should be modified to "resource_bundles": { |
@DeanCarter @benMohamed @evgenyneu I have same issue. any idea to solve it?ISSUE
|
@DeanCarter thanks, I updated podspec to use the resource_bundles as you suggested. Available in version 24. |
I'm getting emails back from Apple about this because your library is not compliant.
The text was updated successfully, but these errors were encountered: