You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
Hello, I am not sure if I am missing anything here but I attempted to store and get my value in Keychain while the phone is locked. I did so through calling of the push registry(Push Kit) then setting it . I set it as follows :
KeychainWrapper.standard.set(object, forKey: key, withAccessibility: .always)
However, when I tried to retrieve it, it will always come out as nil. I suspect that this has something to do with PushKit.
The text was updated successfully, but these errors were encountered:
I have just found that when using .always in conjunction with a shared keychain the items in the keychain are not actually removed when you call to remove them.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, I am not sure if I am missing anything here but I attempted to store and get my value in Keychain while the phone is locked. I did so through calling of the push registry(Push Kit) then setting it . I set it as follows :
KeychainWrapper.standard.set(object, forKey: key, withAccessibility: .always)
However, when I tried to retrieve it, it will always come out as nil. I suspect that this has something to do with PushKit.
The text was updated successfully, but these errors were encountered: