Questions tagged [android-deep-link]
327 questions
0
votes
1 answer
how to add Deep Link and Universal Link Support in Flutter?
is there any way we can add support for Deep Link and Universal Link ?
i want to add deep link or universal link support into my app so when user click on the link then they redirected to the app instead of the website.

viztushar
- 16
- 1
0
votes
2 answers
Localization sometimes reset to system locale
I have a single activity application, language setting mostly works as intended. I set every view's texts in onCreateView() by the resource id of the text. But sometimes, when I enter my application, the language is the system default instead of the…

user13163781
- 26
- 3
0
votes
1 answer
Branch universal deep gives empty referringParams when trying to share inside my app
I have the following code creating the deep link -
public class BranchIOUtils {
public static BranchUniversalObject createContentReference(Context context, MiniProductModel objectToPass) {
return new BranchUniversalObject()
…

Alon Shlider
- 1,187
- 1
- 16
- 46
0
votes
0 answers
Android Task and App Link - Check which is the previous Activity in task when app link opens an Activity
Scenario :
In my application i have enabled app linking. So when an App link is triggered, i have set a dummy AppLinkActivity (opens as "singleTask" to avoid creation of new task) to receive and handle the url received through the app link. While…

Akhil Soman
- 2,077
- 2
- 17
- 30
0
votes
1 answer
how deep linking can redirect the user to google play?
I don't understand how deep linking can redirect the user to google play? example if I gave to the user the URL: myApp://launch how the user could be redirected to the google play if he doesn't have my app installed?

zeus
- 12,173
- 9
- 63
- 184
0
votes
1 answer
How to get FirebaseDynamicLinks instance /custom token from dynamic-link without launching an activity , disambiguation dialog.?
From my app I scan a QRcode from a website to make the same user login on the app. My approach now:
I open the qr code result : // https://example.page.link/g8uj79dsfsdfy8qrf5Bp6
val openURL = Intent(android.content.Intent.ACTION_VIEW)
…

mohammad aljammali
- 51
- 1
- 8
0
votes
1 answer
Deeplinking Squareup pos app is not working
The documentation link: https://developer.squareup.com/docs/pos-api/build-mobile-web#step-5-test-your-code suggest straight forward code like this:

Den Pat
- 1,118
- 10
- 17
0
votes
1 answer
How to specify URL queryparameters deeplink manifest
The problem is I don't know how to make a deep link from this link "https://developer.wisdom.com/j?otp=2etrrf-u57rury5-5u5u57r&email=test@test.com&key=243464yrhffutjt758586869jg869t9"
i have tried

wise4rmgod
- 33
- 1
- 6
0
votes
1 answer
Android Deep Linking not opening the required link
I want to associate my website (https://freeairdrop.io) with my app, such that when anyone gets a link to my website, it should prompt user to open the link in app(if installed) or open in browser(if app not installed)
This is AndroidManifest.xml…

Ritesh
- 67
- 1
- 9
0
votes
2 answers
opening an Instant App by a Firebase Dynamic Link with custom parameters (App Links)
I'm searching for a way to open an Android Instant app in a mobile browser.
The app supports app links (deep linking in http/https).
My Android app is working as an instant app and can be opened by an app link in different apps that are not browsers…

Or So
- 53
- 1
- 10
0
votes
1 answer
Is there any way to disable deep link on Fragment?
I implemented an app using NFC which has URL link. So, When NFC is on, the mobile detects URL and opens my app.
I made it happen like this:

c-an
- 3,543
- 5
- 35
- 82
0
votes
0 answers
How do I decode content returned by JSON in a markdown style?
I am using JSON to return a couple of objects, one of which is returned like this :
"information": [{
"title": "Wifi",
"content": "__Network:__ WifiName \n__Password:__ abcde"
}, {
"title": "Address",
"content": "120 10th Ave\n…
user2386226
0
votes
0 answers
ANDROID DEEPLINKS: Is there a way to easily create a permission such that old & new versions of the app can simultaneously deeplink into the website?
I want to know if there's a fool-proof-automatic/easy way to create a website permission that will allow old and new versions of an android mobile application to deeplink into the website simultaneously?
My dilemma:
Every time I create a new .apk, a…

Mr. Query
- 1
- 4
0
votes
2 answers
Android deep linking URI returned path segments
I want to ask does android URI path segments support question marks? I have a url in the format
www.blah.com/test?foo=123
the matcher is something like
The URI returned is www.blah.com/test?foo=123 but when I…

Rgfvfk Iff
- 1,549
- 2
- 23
- 47
0
votes
1 answer
Android Firebase services like Messaging, Deeplink not working on build versions
This sounds ridiculous but I am banging my head for the past 2 days. Deeplink and FirebaseMessagingService are working absolutely perfect when I run the app through Android Studio. Neither deep link nor onNewToken() method is not called when I…

Jaya Prakash
- 93
- 4
- 11