Reputation: 21
I have implemented Facebook Deferred Deeplink Inside the application. When I test my ad from the Ad Helper in Facebook, the deferred link is successfully transmitted. But when I click the ad preview from the Facebook app, the deferred deep link is null.
AppLinkData.fetchDeferredAppLinkData(this) { appLinkData ->
}
Using below sdk
implementation 'com.facebook.android:facebook-android-sdk:14.1.0'
please help to here whats need to do from myside. thanks
Upvotes: 2
Views: 355