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.
1 parent 641d853 commit e640d9cCopy full SHA for e640d9c
FirebaseInAppMessaging/Sources/Flows/FIRIAMDisplayExecutor.m
@@ -567,6 +567,7 @@ - (void)checkAndDisplayNextContextualMessageForAnalyticsEvent:(NSString *)eventN
567
case FIRIAMRenderAsCardView:
568
// Image data should never nil for a valid card message.
569
if (imageData == nil) {
570
+ NSAssert(NO, @"Image data should never nil for a valid card message.");
571
return nil;
572
}
573
return [self cardDisplayMessageWithMessageDefinition:definition
0 commit comments