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 a15469e commit 952df9bCopy full SHA for 952df9b
FirebaseDynamicLinks/Sources/FIRDynamicLinks.m
@@ -129,8 +129,7 @@ + (void)load {
129
id<FIRAnalyticsInterop> analytics = FIR_COMPONENT(FIRAnalyticsInterop, container);
130
FIRDynamicLinks *dynamicLinks = [[FIRDynamicLinks alloc] initWithAnalytics:analytics];
131
[dynamicLinks configureDynamicLinks:container.app];
132
- // Check for pending Dynamic Link automatically if enabled, otherwise we expect the developer to
133
- // call strong match FDL API to retrieve a pending link.
+
134
if ([FIRDynamicLinks isAutomaticRetrievalEnabled]) {
135
[dynamicLinks checkForPendingDynamicLink];
136
}
0 commit comments