We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
kSecAttrAccessibleAfterFirstUnlockThisDeviceOnly
kSecAttrAccessibleAlwaysThisDeviceOnly
1 parent 563854e commit 48a2a9eCopy full SHA for 48a2a9e
FirebaseInstallations/Source/Library/SecureStorage/FIRInstallationsKeychainUtils.m
@@ -62,7 +62,7 @@ + (BOOL)setItem:(NSData *)item
62
63
NSMutableDictionary *mutableQuery = [query mutableCopy];
64
mutableQuery[(__bridge id)kSecAttrAccessible] =
65
- (__bridge id)kSecAttrAccessibleAlwaysThisDeviceOnly;
+ (__bridge id)kSecAttrAccessibleAfterFirstUnlockThisDeviceOnly;
66
67
OSStatus status;
68
if (!existingItem) {
0 commit comments