Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [android-deep-link]

The tag has no usage guidance.

android-deep-link
0 votes
0 answers
11 views

AndroidStudio - App Link Verification is failing even when the assetlinks.json is present

As per the documentation we have published the assetlinks.json into our server at app-deeplink.domain.com/.well-known/assetlinks.json. But when verifying the same with App Link Assistant in Android ...
Karthik Sankar's user avatar
0 votes
0 answers
20 views

Android Webview doesn't process <a href to trigger a deeplink

I want embedded webview from others apps process my appLink example: <p><a href="https://www.example.com/gizmos">Open Gizmos Page</a></p> and in my app i already have ...
Anthony Koueik's user avatar
0 votes
0 answers
19 views

intent:// URI not invoking component

I was trying to craft a correct "intent://" URI for following purpose: Component: com.myapp/.ui.SignIn Extra String: link scheme: myapp:// To simply put, I want to translate following ...
r3vsh's user avatar
  • 1
0 votes
0 answers
20 views

Open a React Native Android Application within my Android native application and send data to the React Native module component?

How can we achieve opening a React Native Android app within my native Android Application which makes the other application (React Native Application) looks like it belongs to the same main ...
aman's user avatar
  • 77
0 votes
0 answers
16 views

How Can I do deeplink here?

I have one web app app.events6.com and React native app as well, I want to implement deeplink but its not working when from third party app clicking this link app.events.com/services/view/33 it is ...
SHUBHAM SONAR's user avatar
0 votes
0 answers
12 views

Jetpack navigation and action Intents

I work with Health Connect. And this API require include to AndroidManifet androidx.health.ACTION_SHOW_PERMISSIONS_RATIONALE. I also use Jetpack Navigation and write deeplinks for application. The ...
Stanislav Kireev's user avatar
0 votes
0 answers
76 views

Android app link how to create a app link with some data parameters and to use a app link do we need to own a website(domain)

I want to know to use android app link do we need to own a domain(website) will i be able to use app link without domain if yes then please share some example with the details and how the app link ...
Dkathayat1's user avatar
0 votes
0 answers
39 views

How to get a query parameter value in a SavedStateHandle injected into a view model by a deeplink using compose navigation?

I'm trying to get the token value of the following link (query parameter) using navigation with jetpack compose: https://www.borarachar.com/groups/join?token=...
Pierre Vieira's user avatar
-1 votes
1 answer
40 views

Deeplinking to an android app with two same URL with different params

I am using compose deep link navigation. I have two composable's composable( route = StatusRouteNavigation.STATUS_LANDING, deepLinks = listOf( navDeepLink { ...
pepperlove's user avatar
0 votes
0 answers
36 views

React-native deeplink won't return to app

i'm looking for advice on how to implement deeplink in a react-native app. I have 3 screens - PaymentScreen.jsx, HomeScreen.jsx and OBPaymentResults.jsx. I also have Navigator.jsx. I'm having a hard ...
Sergey Nasonov's user avatar
0 votes
1 answer
57 views

I am working on deeplink for flutter application.It is perfectly working with the debug mode.but it is not working in release build

I am working with deep links in flutter app.I had configured and it is perfectly working with the debug mode. But when i tried to work on release build it is not working and just opening the website. ...
Ragul PR's user avatar
0 votes
0 answers
54 views

Problem with autherization log in by another app (android deeplink) MAUI Project

I am working on MAUI app and want to login by another app Zalo (on Android) I have a WebView to call zalo api for login. A login screen shows up on webview with a button "Login with Zalo app"...
Hoàng Huy Nguyễn Song's user avatar
1 vote
2 answers
164 views

Deep Links not always working on Android w/React-Native

I have deep links set up on a React-Native app. iOS works fine. On Android, if the app is already in the background the deep link works. However, if the app is booting up fresh, the deep link opens ...
scgough's user avatar
  • 5,182
1 vote
0 answers
30 views

Flutter - Redirection after clicking on deeplink not working despite getting the token

I'm struggling to make a redirection to my page for reinitializing a forgotten password. i have a website, having the link "com-example-app://reinitialiser_mdp/token=dda8f861-fd89-492f-8d55-...
Abdourrahmane Belmadani's user avatar
0 votes
1 answer
114 views

Open a Sharepoint online Excel file in the Excel app for Android using a link or intent

I would like to launch the Excel for Android app with an online file (from Sharepoint) opened for editing, exactly like the app does when creating a widget with a link (file > overflow menu > ...
virtualdj's user avatar
  • 449

15 30 50 per page
1
2 3 4 5
25