Questions tagged [deeplink]
234 questions
8
votes
1 answer
Block mobile website to open my app android deeplink - Google Chrome
I have supported deeplinks in my app
…

Tasneem
- 793
- 8
- 24
7
votes
0 answers
Firebase dynamic link is not open my app as new separate app in Android
I have configured firebase dynamic link in my sample android app,

Chandrahasan
- 1,991
- 24
- 26
7
votes
1 answer
Get value of parameters in deep link url iOS
everyone.
My question is: How can I get data from deep link URL?
I have two apps and I want to send data from app1 to app2 using the deep link.
I have a button on app1 to click and open app2 then app 2 will get data from app1 by deep link URL.
Here…

Linar sen
- 93
- 1
- 1
- 5
6
votes
2 answers
Fragment backstack building with NavDeepLinkBuilder
I have a single activity app, with three fragments, A, B, C. In the normal app flow, fragments are opened in sequence: A->B->C
I have a foreground service with a notification that when clicked, should open fragment C. I use Navigation Architecture…

vokod
- 143
- 1
- 9
6
votes
0 answers
Firebase dynamic links UTM parameters
I have created the firebase dynamic link in Android, I am receiving deep link path using.
FirebaseDynamicLinks.getInstance().getDynamicLink(getIntent()).addOnSuccessListener(this, new OnSuccessListener() {
…

Rahul Devanavar
- 3,917
- 4
- 32
- 61
6
votes
4 answers
Android App Intent Filter sometimes not working
For a project I have encountered a very strange issue:
Deeplinks have been working very well for the last year, but recently (since the beginning of January-2019) we have been getting complaints from our users that deeplinks have stopped working…

Spoetnic
- 594
- 7
- 10
6
votes
2 answers
BottomNavigationView with fragments in MVVM way
We have bottom navigation tabs(4) and each tab is having fragment in it. Could anyone help(give idea) how to design the structure in MVVM way with keeping the fragment state for each tab. I know that this is not the place for poor questions but I am…

Medet
- 123
- 2
- 8
6
votes
1 answer
iOS Universal Link not working on HTTP
I'm trying to open an App from a Web Page link, it works like a charm on an HTTPS domain, but when I try on a HTTP (unsecure) domain the universal link isn't working.
Anyone know if I'm missing a configuration?.
Thank you!.

Sacrious
- 71
- 1
- 2
6
votes
1 answer
Android: Recents starts incorrect activity
I am developing an android app which has 2 methodes of starting.
One is the normal way by pressing the app icon on the phone.
The other method is with a deep link from a website.
The deeplink also sends some data which the app needs to do some…

remcoj
- 63
- 5
5
votes
2 answers
Receiving nil in callback of dynamicLinks.handleUniversalLink(url)
I am working on receiving firebase dynamicLinks. In restorationHandler method of App delegate, I have called DynamicLinks.dynamicLinks().handleUniversalLink(url) method of Firebase DynamicLinks to get the the actual link from shortlink.
But in…

Azhar Tahir
- 185
- 1
- 11
5
votes
1 answer
Can you make a Deeplink in a browser to open "share to story" in instagram?
I would like to have a "share to instagram stories" functionality in a webapplication. I was hoping i could do that with iOS urls and Android intents (in url form).
Is it possible to deeplink from a browser on android to share an image into the…

Robert A.
- 51
- 2
5
votes
1 answer
Deferred deeplink with Adjust does not work if app was not installed
I have an Adjust URI with for my app "myapp" for the method "mymethod" which calls 3 parameters: param1, param2, param3
as you can see…

Ralf Wickum
- 2,850
- 9
- 55
- 103
5
votes
0 answers
Using Angular2 Router in ionic2
Many developers need to use a more sophisticated router then the DeepLinker or the ionic native one is.
In many posts like this https://forum.ionicframework.com/t/solved-updating-the-url-when-pushing-page-on-the-nav-stack/67683/8 I and other…

Michael Burger
- 643
- 1
- 9
- 17
5
votes
1 answer
Dynamic deeplinking in Android
I was going through the document http://developer.android.com/training/app-indexing/deep-linking.html to learn about deeplinking in Android. I have an activity in my Android app called WalletActivity and I have managed to successfully create…

Sanjiban Bairagya
- 704
- 2
- 12
- 33
4
votes
0 answers
Linking URL for whatsapp business when both whatsapp and whatsapp business applications are installed
I know that we can use following url to open whatsapp from my react native application
whatsapp://send?text=MyTextMessage&phone=MyPhoneNumber
Or we can use
https://api.whatsapp.com/send/?phone=MyPhoneNumber&text=MyTextMessage
This works fine when…

user14385173
- 41
- 1