Skip to content

Commit 6752758

Browse files
committed
Fixed uuidForInstallation persists after reinstall #12
1 parent e83ca8e commit 6752758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: FCUUID/FCUUID.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ -(NSString *)uuidForSession
142142
-(NSString *)uuidForInstallation
143143
{
144144
if( _uuidForInstallation == nil ){
145-
_uuidForInstallation = [self _getOrCreateValueForKey:_uuidForInstallationKey defaultValue:nil userDefaults:YES keychain:YES service:nil accessGroup:nil synchronizable:NO];
145+
_uuidForInstallation = [self _getOrCreateValueForKey:_uuidForInstallationKey defaultValue:nil userDefaults:YES keychain:NO service:nil accessGroup:nil synchronizable:NO];
146146
}
147147

148148
return _uuidForInstallation;

0 commit comments

Comments
 (0)