|
|
@@ -129,8 +129,7 @@ static const NSInteger FIRErrorCodeDurableDeepLinkFailed = -119;
|
|
|
id<FIRAnalyticsInterop> analytics = FIR_COMPONENT(FIRAnalyticsInterop, container);
|
|
|
FIRDynamicLinks *dynamicLinks = [[FIRDynamicLinks alloc] initWithAnalytics:analytics];
|
|
|
[dynamicLinks configureDynamicLinks:container.app];
|
|
|
- // Check for pending Dynamic Link automatically if enabled, otherwise we expect the developer to
|
|
|
- // call strong match FDL API to retrieve a pending link.
|
|
|
+
|
|
|
if ([FIRDynamicLinks isAutomaticRetrievalEnabled]) {
|
|
|
[dynamicLinks checkForPendingDynamicLink];
|
|
|
}
|