android-deep-link Questions
4
Solved
I have set up my deeplink by uploading the assetlinks.json file here
https://example.com/.well-known/assetlinks.json
Its working well till Android 11. It also works in Android 12 if it's not downl...
Kilmarnock asked 29/3, 2022 at 15:1
6
I can't get deep links to work on Android 13, I've followed every tutorial out there and can't get the app to simply start after entering the website.
I used the command in the android studio termi...
Gasconade asked 15/9, 2022 at 20:49
3
I'd like to capture a redirect that occurs in a Chrome Custom tab to ensure the user stays in a native mobile application.
Here's how the Chrome Custom Tab is launched:
val url = "https://demo...
Wingover asked 12/11, 2021 at 1:10
0
I have the registered below activity in AndroidManifest for being opened when I run deeplink
<activity
android:name=".MainActivity"
android:label="@string/app_name"
andro...
Loreeloreen asked 18/1 at 3:30
1
Solved
I have app using deeplinks with navigation component. Until usage of AGP 8.0.2 and gradle wrapper 8.0 everything was working perfect.
I have verified that just this update causes collapse of recogn...
Eigenfunction asked 11/8, 2023 at 8:41
8
I have setup assetlinks.json and AndroidManifest.xml so that the desired App Links are verified in all previous versions of Android. However, the verification no longer works in Android 12 (current...
Subtractive asked 26/6, 2021 at 16:31
5
Solved
I want to use deep links with Jetpack Compose's Nav Host and followed this page on Compose Navigation: https://developer.android.com/jetpack/compose/navigation#deeplinks
My implementation:
AndroidM...
Cousteau asked 30/10, 2021 at 20:25
0
I'm using go_router to handle all of my routes and navigation in my flutter app
This is my router defined
static GoRouter router = GoRouter(
navigatorKey: StateService.navigatorKey,
routes: [
Go...
Mellins asked 22/8, 2023 at 12:11
1
Facing an issue with opening a deep link into my app when the web page containing the deep link is opened from the Gmail built in browser. Deep link works fine if I open the web page containing the...
Euphonize asked 23/1, 2019 at 20:32
4
Solved
I´ve started testing my app for issues on Android 12, and have had some warnings regarding mutability flags on pending intents that are set up for a home screen widget. These mutability flags are n...
Isochronous asked 3/11, 2021 at 17:11
3
I'm trying to navigate using a deep-link for cross-module user navigation, and I need to pass some parameters. Since it's in another module, I don't have access to the id, so all of the navigate(@I...
Russo asked 18/9, 2021 at 16:2
0
I am trying to implement an SSO login in a native Android app and want to follow the best practices outlined in RFC 8252 (OAuth 2.0 for Native Apps). This requires using Custom Tabs rather than Web...
Lyns asked 21/12, 2022 at 13:53
1
The deep linking feature of my app was working fine with Android 11. But it is not working in Android 12. I checked and followed several StackOverflow posts and some other blogs. But I am getting t...
Lifeguard asked 22/4, 2022 at 4:54
1
Solved
I have a FirebaseMessagingService subclass that receives a notification payload and then creates a push notification with the following PendingIntent:
TaskStackBuilder.create(this).run {
addNextI...
Rhizomorphous asked 1/7, 2022 at 7:59
2
Solved
When a user enters a geo-fence in our app, we show them an offer notification about the area, which when clicked, should direct them to a specific composable screen called SingleNotification. I've ...
Woodprint asked 20/5, 2022 at 9:51
0
There are actually 2 parts to this question
Starting Android 12 Deep linking has changed quite a bit.
Domain verification
User approval for default links to open the app
My first question is are ...
Savadove asked 10/6, 2022 at 2:19
0
I'm trying to add DeepLinkDispatch library (by airbnb) in my project in order to handle deeplinks. The project has different modules and some links needs to be handled by Activity's in this modules...
Trigraph asked 16/2, 2022 at 17:57
1
I have setup my React Native app to use Deep Linking with expo-linking, but for some reason it just does not work on Android (yet to implement on iOS). Opening the link just opens it in the web bro...
Gigantopithecus asked 18/1, 2022 at 17:15
1
When I open my application from the link if it is on stack already (opened) nothing happens. The existing instance of the app is opened, without any redirections. I found that the reason for this o...
Wong asked 19/11, 2019 at 5:51
1
I hope you are all doing well.
I have a little question;
I am using navigation component, single activity multiple fragment. I have a tiny problem with deeplink.
I’ve set <nav-graph/> in ...
Mutate asked 14/2, 2020 at 9:19
1
My app has just two destinations, FirstFragment and SecondFragment. I created an url Deep Link for the SecondFragment and it works fine.
What I want is, after I enter the SecondFragment from the De...
Fieldpiece asked 4/11, 2020 at 20:53
1
Solved
In my app, the user can select a category, then select an item within that category to finally view the item details. The standard/forward flow is:
SelectCategoryFragment -> SelectItemFragment -...
androidandroid-architecture-componentsandroid-architecture-navigationandroid-deep-linkandroid-navigation-graph
Norvil asked 15/6, 2020 at 17:29
0
I have a deep link to our Android app. The link is working correct when I click it on from Slack, Whatsapp, or something like these apps. But, It doesn't work on Instagram Story Swipe Up feature. I...
Campagna asked 27/5, 2020 at 10:31
0
How to recreate singleTop behavior when using navigation component's deep links?
I'm using Jetpack Navigation and I'm currently trying to implement notification clicks. One of the fragments is use...
Pennell asked 18/5, 2020 at 9:37
1
I'm using Jetpack Navigation for deeplinks. I've added android:launchMode="singleTask" to my Activity.
Deeplink is redirected correctly if the app wasn't opened before. However, if the app exists i...
Cardioid asked 28/4, 2020 at 12:57
1 Next >
© 2022 - 2024 — McMap. All rights reserved.