We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e83ca8e commit 6752758Copy full SHA for 6752758
FCUUID/FCUUID.m
@@ -142,7 +142,7 @@ -(NSString *)uuidForSession
142
-(NSString *)uuidForInstallation
143
{
144
if( _uuidForInstallation == nil ){
145
- _uuidForInstallation = [self _getOrCreateValueForKey:_uuidForInstallationKey defaultValue:nil userDefaults:YES keychain:YES service:nil accessGroup:nil synchronizable:NO];
+ _uuidForInstallation = [self _getOrCreateValueForKey:_uuidForInstallationKey defaultValue:nil userDefaults:YES keychain:NO service:nil accessGroup:nil synchronizable:NO];
146
}
147
148
return _uuidForInstallation;
0 commit comments