Skip to main content

Questions tagged [deferred-deep-linking]

The tag has no usage guidance.

deferred-deep-linking
0 votes
1 answer
173 views

How to navigate to play store if app is not installed?

try { final initialURI = await getInitialUri(); if (initialURI != null) { debugPrint("Initial URI received $initialURI"); if (!mounted) { return; } ...
fawad 's user avatar
  • 11
0 votes
0 answers
37 views

I can not refer to the SharedPreferences from DDL when first install

I have finished implementing Deferred deep linking in my android app. But during the first install, app cannot get getSharedPreferences in the Activity. Even though the shared_pref file already exists....
nasikhunamin's user avatar
0 votes
0 answers
143 views

Facebook Deferred Deeplinking is always returning url is nil in iOS (14+)

I'm trying to calling the Deferred Deeplinking of Facebook with the function: AppLinkUtility.fetchDeferredAppLink { (url, error) in ... } I am taking the user permission consent alert before ...
Venky Siddani's user avatar
1 vote
0 answers
1k views

deferred deep linking configure in ios

I have configured deferred deep linking using Firebase dynamic URL. when I click the open button on the dynamic link preview page. it opens the app store and I can install the app. When I click the ...
Supun Madushanka's user avatar
0 votes
0 answers
773 views

Deferred deep link doesnt work with Facebook ads (live or demo), but works when testing with App Ads Helper tool

I'm using Flutter Sdk and have integrated the necessary code to receive Facebook Deferred deep link. using below pluging for receiving app links flutter_facebook_app_links: ^3.0.0+5 my deferred deep ...
rajeshzmoke's user avatar
4 votes
1 answer
2k views

Android deep link opens the app only if link was added in Open by default

The title basically says it all, but maybe I can go into more details. Just running the app for the first time and trying to open it with a set deep link doesn't work. The link is opened in a browser. ...
Hampel Előd's user avatar
16 votes
1 answer
8k views

How do I implement deferred deep linking in an iOS app?

I want to implement deferred deep linking in my iOS app as a means of tracking referrals. When a user of my app wants to refer a friend, I'll generate a URL that has a unique referral code. When the ...
Flarosa's user avatar
  • 1,623
1 vote
0 answers
346 views

Deferred deep link - Flutter

I try a lot of ways but I don't know how to set up Deferred deep link for my Flutter App My idea: User click the link on web and the link will do - if app not install link will navigate to the store ...
Bob Lee's user avatar
  • 329
2 votes
0 answers
82 views

Issue with Deferred Deep Linking in iOS when run the Facebook live campaign

We're trying to implement deferred deep linking in one of our iOS applications to basically show the product details page when click on the ad but this is not working Consider the scenario When the ...
shoaib sheikh's user avatar
2 votes
0 answers
311 views

Deferred Deeplink not working in facebook ads, but working on testing through facebook notifications as mentioned in the documentation

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 ...
Ram S's user avatar
  • 21
5 votes
0 answers
1k views

How to test deferred deep linking for iOS app that's not yet on App Store?

I need to test the exact scenario of someone landing on our website with some referral code, and install the app from there, then have the deferred deep link be passed to the app when the user opens ...
Can Poyrazoğlu's user avatar