[iOS] AppLinkUtility.fetchDeferredAppLink
returns nil url in completion
#2368
Labels
AppLinkUtility.fetchDeferredAppLink
returns nil url in completion
#2368
Checklist before submitting a bug report
Xcode version
15.2
Facebook iOS SDK version
main branch
Dependency Manager
Building from Source
SDK Framework
Core
Goals
I'm trying to retrieve deferred deep link
Expected results
When calling
AppLinkUtility.fetchDeferredDeepLink
after a deferred deeplink has been sent using the App Ads Helper tool, I expect theurl
in the completion block to not be nil and should match the deeplink I sent.Actual results
The
url
in the completion was nil. This was the network call the SDK made ("1043792656902611/activities" via the Graph API) when fetching the deferred deeplink:Steps to reproduce
Code samples & details
No response
The text was updated successfully, but these errors were encountered: