Skip to content

Commit 8751b95

Browse files
committed
synchronize before setting key in keychain
1 parent de79708 commit 8751b95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ios/SecureStorage.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,8 @@ - (void)handleAppUninstallation
242242
{
243243
// if (![[NSUserDefaults standardUserDefaults] boolForKey:@"RnSksIsAppInstalled"]) {
244244
// [self clearSecureKeyStore];
245-
// [[NSUserDefaults standardUserDefaults] setBool:YES forKey:@"RnSksIsAppInstalled"];
246-
// [[NSUserDefaults standardUserDefaults] synchronize];
245+
//[[NSUserDefaults standardUserDefaults] setBool:YES forKey:@"IsAppInstalled"];
246+
[[NSUserDefaults standardUserDefaults] synchronize];
247247
// }
248248
}
249249

0 commit comments

Comments
 (0)