Questions tagged [deeplink]

234 questions
41
votes
8 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
  • 9,947
  • 7
  • 67
  • 110
40
votes
4 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,674
  • 11
  • 69
  • 150
29
votes
5 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,685
  • 5
  • 24
  • 56
23
votes
1 answer

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
  • 470
  • 7
  • 15
18
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
  • 383
  • 2
  • 11
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
  • 435
  • 1
  • 3
  • 16
16
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
  • 203
  • 3
  • 7
16
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…
12
votes
5 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…
Cristóbal Galindo
  • 121
  • 1
  • 1
  • 3
9
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
  • 563
  • 7
  • 18
9
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…
9
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
  • 5,069
  • 2
  • 48
  • 64
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…
Rakitha
  • 894
  • 1
  • 12
  • 25
8
votes
2 answers

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,190
  • 2
  • 15
  • 41
8
votes
1 answer

How to receive Facebook Deep Link data

In AndroidManifest I have
Linh
  • 57,942
  • 23
  • 262
  • 279
1
2 3
15 16