Questions tagged [deeplink]

253 questions
33
votes
3 answers

How to extract Sha256 Cert Fingerprint for Branch.io

I am trying to integrate deep linking with branch.io. But in order to do this. I need to extract the SHA256 Cert Fingerprints to put them in my branch.io dashboard. How Do I do this? what is my certificate? They have too little data on how this is…
rosu alin
  • 5,130
  • 9
  • 56
  • 133
20
votes
3 answers

Navigation components : Deeplink using uri depending buildType

Any way to read a constant depending buildType ${deepLinkHost}? debug -> deepLinkUri = http://link.debug/ staging -> deepLinkUri = http://link.staging/ release -> deepLinkUri= http://link/
rafaelasguerra
  • 2,354
  • 3
  • 18
  • 51
17
votes
2 answers

Universal Link broken in iOS 11.2

I am using Branch deep links in an app for sharing links to content in the app via social media. Everything was working fine quite a while. When updating to iOS 11.2 I encountered the following behavior: 1) After the update the Universal Links still…
nice_pink
  • 343
  • 1
  • 2
  • 13
11
votes
0 answers

Parcelables don't support default values. Android navigation deeplink argument

During the implementation of the passing parameter solution, in navigation between modules, I came across a serialization error. Deeplinks, as far as I know, accepts custom argument types, which are Parcelables or Serializable. Im using newest…
Nikron
  • 279
  • 3
  • 11
11
votes
1 answer

How to edit deep link parameter in Firebase Dynamic link

Is there a REST API to update the Deep link property of Firebase DynamicLink? The Google guide only shows the process to create a short link , but there is no mention of how to update the deeplink once created. Edit from Cyril DD : Using the…
warlock
  • 153
  • 1
  • 6
10
votes
0 answers

Deeplink solution for IOS and Android apps works in Facebook

There are too much Deep Linking (Universal Links or App Links) tutorials. But most of them shows how to enable it in Android or IOS Apps. Also there are paid cloud solutions but they offer to much features. But there are three main problems I faced…
10
votes
4 answers

When will the application receive a install_referrer with content utm_source=(not%20set)&utm_medium=(not%20set)?

I'm using instll_referrrer tracking the user installation. Recently, I found a lot of user send the refer utm_source=(not%20set)&utm_medium=(not%20set) to my server. I searched this on Google, and find a artical…
bixiaopeng
  • 193
  • 1
  • 11
9
votes
2 answers

Branch.io Deeplink not working in safari in ios 9, But it works in chrome

Deeplinks working perfectly when using chrome iOS app. But in safari it stopped working and it always redirect to the appstore page even the app is installed or sometimes pop a alert saying "safari cannot open the page because the address is…
Rocky Perera
  • 814
  • 1
  • 10
  • 20
8
votes
4 answers

Angular 9: Value at position X in the NgModule.imports is not a reference

I upgraded an Angular App from v8 to v9. The project imports a custom UI library using Angular 8 and moment.js. When I build it: It generates a warning: WARNING in Entry point '@myLib/catalogue' contains deep imports into …
Francesco
  • 7,749
  • 6
  • 51
  • 88
8
votes
6 answers

WKWebView not opening custom URL scheme (js opens custom scheme link in new window)

I have a WKWebView in my application. I don't use UIWebView, because for some strange reason it doesn't open properly a web page with a lot of JS code in it. When I tap on the link with custom url scheme "scm://", it does nothing... My code: -…
Borzh
  • 4,450
  • 2
  • 41
  • 58
8
votes
1 answer

How to receive Facebook Deep Link data

In AndroidManifest I have
Linh
  • 43,513
  • 18
  • 206
  • 227
8
votes
3 answers

WhatsApp deep link to a specific mobile number

So, a friend of mine told me they have been using Facebook ads to post a deep link to send a whatsapp message and ask for the information about the ad via whatsapp. Bad news: this friend is not very tech savvy so that's all he knows. Now, the…
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
  • 449
  • 4
  • 9
6
votes
3 answers

android firebase dynamic link PendingDynamicLinkData is null direct through app

Problem: Why is "Short dynamic links" created programatically wont open/launch the app directly? I want to launch app directly when user clicks the dynamic url created dynamically by android app. When clicking dynamic short link created dynamically…
6
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
  • 73
  • 1
  • 4
1
2 3
16 17