deep-linking Questions

3

Deep Linking not working in android. I have pasted my manifest code here. When I tested, it goes to the website and not opening my activity in my app. Can someone help me fix this? <?xml versio...
Cochise asked 10/11, 2015 at 4:0

2

So basically what I want is when the user clicks on a button on a mobile browser : If the app is already installed on the user's mobile, the app opens up. If the app is not installed, I want to re...
Bushnell asked 11/7, 2022 at 17:27

5

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 ver...
Itis asked 14/3, 2016 at 18:55

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...

3

Solved

This issue has been addressed in similar posts, however, my situation is a little different. I have only ONE activity, and multiple fragments. I am not deeplinking into specific fragments, I am lau...
Isomorph asked 9/3, 2017 at 0:6

1

Solved

I implemented a third-party "listener" in my Flutter ios app. I have two goals: Whenever the listener receives an event, route to LandingPage; Pass to LandingPage the values captured by ...
Dipnoan asked 10/7, 2022 at 7:38

5

Solved

I have an app that uses deep linking to navigate to a page when a user shares specific content in the app with another user. This is working when the second user has the app already running, but if...
Naomanaomi asked 13/6, 2017 at 18:46

2

How to avoid multiple instances of the app for deep-link. and also email verification is not completed or its not verified even after clicking Get Started and choosing one of the these 2 below ap...
Progenitive asked 14/2, 2017 at 12:44

0

I faced with problem of first run with query parameters after new install of app. I use flutter app and check for new links by this pease of code: final PendingDynamicLinkData? initialLink = await...
America asked 26/5, 2022 at 15:34

1

We have a web product and Android/iOS mobile apps with App (Android) & Universal (iOS) links enabled. This enables the OS to open our app in various scenarios where the user would otherwise hav...

15

When I type the command in adb: ./adb shell am start -W -a android.intent.action.VIEW -d "example:gizmos" com.myapp I get this error: Starting: Intent { act=android.intent.action.VIEW dat=examp...
Iveson asked 2/3, 2015 at 3:7

1

I am trying to open my app from a deeplink (say https://hey.hoy/test), but I can't get it working. I tried both solutions: Associated domains URL Types In both cases, I have tried applinks:hey.ho...
Armalla asked 17/5, 2022 at 15:50

1

I am building app using react native, Expo SDK - 41 & react-native-navigation - v5 that serves items to the users How can I create links to be shared between users through social media apps lik...

1

Solved

I made changes in Android manifes as suggested here: https://docs.flutter.dev/development/ui/navigation/deep-linking So, new metadata and config has been added to MainActivity: <!-- Deep linking...
Dixie asked 7/2, 2022 at 8:10

3

Solved

I am using React Navigation 6 to set up URI scheme deep linking, here is how I configured it: const linking = { prefixes: ["wagal://"], config: { ResetPassword: { path: "reset/pa...
Dirichlet asked 21/8, 2021 at 13:58

3

Solved

I have to implement Invite and Earn functionality in my Android application. What I have to do is : User can share the link to anyone on social media, On receiving the link, another user can click...

1

Solved

Instructions for android universal deep links requires you to upload .well-known/assetlinks.json for verification. Expo deep linking documentation points you to format the file per official android...
Mahican asked 8/3, 2022 at 18:5

0

When the application is open, deep linking works very well, but when closed it only opens my application. When I check with alert, the data I want comes to the getInitialUrl part, but no data comes...
Etherify asked 24/2, 2022 at 0:58

1

I want to enable deep linking for my Android app. Based on my understanding of description given at Handling App Links following changes are required to enable deep linking for an Android app: Pu...
Microelement asked 24/1, 2018 at 14:43

3

Solved

I am trying to add deep linking to my app. I have added 2 intent filters to one of my activities, one filter for the "http" scheme, and another for my custom scheme (I'm using "example"). I have ad...
Floruit asked 17/11, 2015 at 23:18

1

I'm using Flutter Navigator 2.0 with Nested Routers - there's a main router created by calling MaterialApp.router() and child routers created as Router() widgets with proper RouterDelegates (child ...
Aoudad asked 10/11, 2021 at 17:5

1

Solved

I am quite surprise I can't fine any more or less clear explanation of how exactly the logic with callbackURLScheme (incl. completionHandler) works. Yes, in general, it's kind of clear that it has...
Ammieammine asked 27/4, 2020 at 21:59

3

I have assetlinks.json file in my well-know folder. Where can I find sha256_cert_fingerprints? [ { "relation": [ "delegate_permission/common.handle_all_urls" ], "target": { "namespace": "and...
Mention asked 2/5, 2018 at 15:11

2

Was trying to setup deep-linking with Firebase Dynamic Link but the link always direct the user back to App Store even though the app has been installed. I have tried the "Link Preview (Debug)...

4

Solved

I am trying to build deep linking feature into my app. I did all the necessary set up for deep linking to work like, enabling associated domains in my app, adding apple-app-site-association to the ...
Christadelphian asked 27/8, 2016 at 13:34

© 2022 - 2024 — McMap. All rights reserved.