Questions tagged [deeplink]

253 questions
6
votes
1 answer
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
  • 4
5
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…
5
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,188
  • 2
  • 21
  • 50
5
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
  • 113
  • 2
  • 8
5
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,
5
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
  • 61
  • 1
  • 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
  • 1,300
  • 5
  • 34
  • 66
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
  • 555
  • 1
  • 5
  • 14
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
  • 594
  • 2
  • 7
  • 30
4
votes
0 answers

Is there a good way to test deep link in iOS?

Since UITest runner is run in a separate runtime with app, I'm using Safari to test deep link. And I also tried iMessage. But the more test cases added, the more test time took. So I want the other way to test deep link, and it moves to right…
JellyMe
  • 41
  • 2
4
votes
0 answers

Firebase deferred deeplinks and Facebook Ads

I'm truing to use our firebase deferred deeplinks with facebook ads, but when i paste that link facebook ads manager shows "App Links Field Invalid:: The described URL doesn't have app links HTML meta tags. Use a different URL or a mobile deep link…
serg_ov
  • 513
  • 6
  • 18
4
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.
  • 41
  • 2
4
votes
1 answer

utm_source=(not%20set)&utm_medium=(not%20set) Google play referal

I have developed an application where user can refer other users and can earn incentives. I am getting the expected UTM_SOURCE and UTM_MEDIUM values in 85% of cases but in rest of the cases i am getting utm_source=(not%20set)&utm_medium=(not%20set).…
Harry Sharma
  • 2,090
  • 1
  • 12
  • 35
4
votes
0 answers

Firebase Dynamic Link social image not shown, link not clickable in some apps like Instagram

I'm experimenting with Firebase Dynamic Links and so far all of it works, but not the part with the social parameters. Whenever I share my link it only has the actual clickable link and a message sent through the intent but there's no social title,…
jlively
  • 655
  • 1
  • 9
  • 26
1
2
3
16 17