Questions tagged [deeplink]
234 questions
2
votes
2 answers
Firebase Deeplink not trigger application:continueUserActivity:restorationHandler, Swift 4.2 Xcode10.
I followed all the steps from Firebase Dynamic Links documentation.
The Associated Domains is active and domain is already added also I add URL Schemes inside the info tab and programmatically inside the launchOptions function.
Deep link is opening…

Soheil
- 325
- 4
- 19
2
votes
0 answers
Check if referral was received by Google Play
I currently have Sony Xperia E6833 device and I tried to test referral using this link:
https://play.google.com/store/apps/details?id=com.onesolutions.refferaltester&referrer=123
However, it only outputs:
…

Mysterious_android
- 598
- 2
- 9
- 32
2
votes
1 answer
React Native Navigation : Deep link events not being fired when Tabs and Side Drawer are reloaded
Issue Description
I created a simple app where you login, and then a couple of tabs are loaded with a side drawer.
The side drawer has buttons that allow you to navigate to other pages by using deep links.
The first time I log into the app, the…

sidharth ramanan
- 321
- 1
- 15
2
votes
1 answer
How to skip one activity when returning back? (DeepLink case)
I have got a small problem in an Android app I am working on. My app has such logic:
MainActivity(Root) -> OneActivity -> TwoActivity -> MainActivity -> ThreeActivity
When I press Back button I need move to TwoActivity
It is important that…

Jack
- 77
- 1
- 7
2
votes
0 answers
Android firebase deeplink result null
This is my code. from onSuccess penddingDynamicLinkData is null
FirebaseDynamicLinks.getInstance()
.getDynamicLink(getIntent())
.addOnSuccessListener(this, new OnSuccessListener() {
…

Hoang Duc Tuan
- 415
- 1
- 4
- 15
2
votes
0 answers
Exclude some URL paths to open the apps? (Deeplinking - Ionic2)
I want to exclude some URL paths to prevent them open the apps because the content is not available for the Android app.
Below is my example URL and action:
http://www.example.com/ (open app)
http://www.example.com/path/to/content (open…

Mohsen
- 1,415
- 1
- 13
- 26
2
votes
0 answers
Get net::ERR_UNKNOWN_URL_SCHEME using deeplink in android facebook browser
when user visit our web site in facebook app(android),
the android download link failed.
The error message is "net::ERR_UNKNOWN_URL_SCHEME"
our web site is https://ucarer.tw
and the download link is like(with appsflyer tracing)…

wilson Liu
- 579
- 2
- 8
- 18
2
votes
1 answer
SAML SSO - deep link - Assertion URL
We have a SAML integration with a vendor. Idp on our side is ADFS 2.0. Whenever user clicks on a link to vendor from our site, user will be redirected back to adfs login page. After successful authentication they will be redirected to vendor's saml…

rachen
- 31
- 3
2
votes
1 answer
Android Pay deeplink to saved loyalty card
I've managed to save a loyalty card to Android Pay inside an Android app by using the google dev guidelines: https://developers.google.com/save-to-android-pay/guides/loyalty/get-started . Right now my implementation just uses the JWT that's…

Tiberiu Golaes
- 31
- 1
2
votes
0 answers
If deep link and appInvite both are implemented how will a normal URL work (non-invite URL)?
I have implemented both AppInvite as well as normal DeepLinks like
added hosts : www.abc.com as well as www.abc.com and pathPrefix as /referrals .
i want to know
if app isn't installed and we click on the Dynamic link will AppInvite.getInvitation()…

Rugved Mahamune
- 546
- 1
- 5
- 8
2
votes
1 answer
Branch.io: The added metadata parameters is not getting for routing: IOS Deep Link
I have been using Branch SDK in Xcode 8, swift, iOS9.3 .
While creating link and passing through Airdrop , the added parameters is not getting in "params variable of :
branch.initSession(launchOptions: launchOptions, isReferrable: true,…

Febin Paul
- 31
- 5
2
votes
0 answers
Deep link with Intent Filter not working if app opened
I've implemented a simple deep link activity in my xamarin android app, in my activity I've set up an intent filter in order to get the value from that link and redirect the user to the splash screen.
It works when the app is not in background…

dvdciri
- 441
- 6
- 19
2
votes
1 answer
Digital Asset for App Linking for App target statement list android manifest
Hey Guys I was going through deep link implementation documentations, It's written that "In an Android app, the statement list is a JSON snippet with the same syntax as a website statement file, but it is embedded in the strings.xml file"
Example…

Aftab Ali
- 201
- 1
- 6
- 16
2
votes
1 answer
Branch io deeplink not working in Test environment (Working in LIVE with same code)
Branch io deeplink has stopped working for my app in test environment since today morning.
Though it has stopped only in test environment and is working in the LIVE environment (with the exact same code), I want the test environment also to be…

GKK
- 232
- 1
- 3
- 15
2
votes
0 answers
How to disable deep links in my UIWebView
I've developed a web browsing app based on a UIWebView. All good until iOS 9 and the new way it handles universal links. For some reasons, when the user touch a link, I want him to stay in my browser instead of switching to the associated app…

Patrock
- 33
- 5