Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fetchDeferredAppLinkData #12

Closed
Mapk26 opened this issue Dec 5, 2019 · 1 comment
Closed

fetchDeferredAppLinkData #12

Mapk26 opened this issue Dec 5, 2019 · 1 comment

Comments

@Mapk26
Copy link

Mapk26 commented Dec 5, 2019

Hello,

the FB SDK uses deferred deeplinks to tracks installs and deeplinking from campaigns.

Here at https://developers.facebook.com/docs/app-ads/deep-linking/

`// Get user consent
FacebookSDK.setAutoInitEnabled(true);

FacebookSDK.fullyInitialize();
AppLinkData.fetchDeferredAppLinkData(this,
new AppLinkData.CompletionHandler() {
@OverRide
public void onDeferredAppLinkDataFetched(AppLinkData appLinkData) {
// Process app link data
}
}
);`

As I can see, this is not integrated in this plugin.
Do you believe it could be possible to add ?

Thanks

@Mapk26
Copy link
Author

Mapk26 commented Dec 6, 2019

ok i guess the answer is #9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant