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
yes @getaaron !
I inhertied my class have from SecureStorable and then set the accessible variable as public var accessible: LocksmithAccessibleOption? = {return .afterFirstUnlock}() as suggested by Matt in one of the other issues. But, the keychain items are not accessible from background.
At this moment, the accessible is set to default and it is whenUnlocked. Can you please explain how I can change this?
I am trying to access a users password from a widget on a locked iPhone. How do I enable
kSecAttrAccessibleAfterFirstUnlock
with Locksmith?The text was updated successfully, but these errors were encountered: