Skip to content

Commit b85c01c

Browse files
committed
comment
1 parent 3e574fc commit b85c01c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Crashlytics/Crashlytics/Models/FIRCLSInstallIdentifierModel.m

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@ - (BOOL)regenerateInstallIDIfNeededWithBlock:(void (^)(NSString *fiid))block {
106106
// This runs Completion async, so wait a reasonable amount of time for it to finish.
107107
[self.installations
108108
installationIDWithCompletion:^(NSString *_Nullable currentIID, NSError *_Nullable error) {
109-
// Provide the IID to the callback
109+
// Provide the IID to the callback. For this case we don't care
110+
// if the FIID is null because it's the best we can do - we just want
111+
// to send up the same FIID that is sent by other SDKs (eg. the Sessions SDK).
110112
block(currentIID);
111113

112114
didRotate = [self rotateCrashlyticsInstallUUIDWithIID:currentIID error:error];

0 commit comments

Comments
 (0)