deep-linking Questions

0

According to the official document, Firebase Dynamic Links will be deprecated. Firebase Dynamic Links is no longer recommended for new projects. In the future, the Dynamic Links service will...
Tarantula asked 2/6, 2023 at 2:53

2

I am trying App Linking from URL in Android , that is opening app directly when clicking a respective link without showing suggestions from intent chooser (app not yet live in play store ) Eventhou...
Walters asked 22/4, 2021 at 7:1

4

Solved

I'm following this example from Google I/O 2015. Demo webite: http://recipe-app.com/recipe/grilled-potato-salad Demo app: http://search-codelabs.appspot.com/codelabs/android-deep-linking My test: ...
Commemoration asked 31/8, 2016 at 3:52

2

Let's try to make an example that would make most sense to explain my problem. Let's say I have my app available on example.com and also created few universal links like example.com/application tha...

6

How do i find the scheme of another app and deep link to it from my own iOS app? More specifically, I want to deep link to the Testflight app upon certain conditions (set by my code). I'm assuming...
Hammerhead asked 31/10, 2014 at 4:16

1

I am building a shop app. The user can share the product through message, email etc. My Task is once the oter user who received the share link click on that link, my app should open and navigate to...

4

After installing the app manually from xCode (with the device plugged to the MacBook) I can click mails with a link to the Web App and it opens it into the cordova app instead of the web app (as ex...
Beker asked 29/8, 2018 at 15:10

0

In my Flutter app I have implemented dynamic linking, I am sending the link with an id parameter and when the app receives it it navigates to the detailed screen with given id. It works all fine in...
Lightner asked 6/3, 2023 at 23:56

1

I'm trying to get a Flutter Web App to only load single pages based on the URL entered, rather than a stack of pages. For example: website.com/#/ only loads HomePage() website.com/#/redirect only ...
Loni asked 23/11, 2022 at 20:59

3

I'm working on a SPA which is a client to a RESTful web service. Both the client and server are part of the same project, i.e. I can modify the code for both sides freely. I've been reading up on R...

3

Solved

Note : read both answers below, thery helped us. Original question: Want to show appropriate deep link : http://en.wikipedia.org/wiki/Mobile_deep_linking so if android and no our app installed : sh...
Osprey asked 23/7, 2014 at 13:21

0

I would let my app users to share image to their Instagram. How can I do it? Reading this article, but not clear: https://pureoxygenlabs.com/step-by-step-creating-deep-links-to-instagram-hashtags-t...
Oech asked 25/11, 2022 at 17:14

1

Solved

I have a Firebase Dynamic Link on my app. Seems that Play Console can not verify these links by default. The indexing is fine since I can manually bind/add the App Link of my app through Android s...
Constitutionalism asked 21/11, 2022 at 17:1

1

Solved

We have made an app where users can upload a profile photo. We want to make sure that the photos are of the users themselves and not celebrities or memes, so we send out a mail to moderators every ...
Banebrudge asked 20/10, 2022 at 8:40

2

I'm trying to test a deep link notif using Facebook's App Ad Helper tool. However, I'm getting the following error message: Deep link notification could not be sent for the chosen platform. Anyo...
Ewaewald asked 26/9, 2018 at 11:37

1

I have got a Netflix model app and I want to share the movie contents to others, and if the receiver has that app, then the content should open up in his/her app or if app not present, got to the w...
Jaquith asked 6/10, 2020 at 8:14

5

I am building a mobile app with react-native and the react-navigation library for managing the navigation in my app. Right now, my app looks something like that: App [SwitchNavigator] Splash [Scr...
Aft asked 24/1, 2019 at 16:15

3

I implemented Firebase Dynamic links (which are great!) on my iOS app and am now doing the same job on Android. I managed to launch my Android app by clicking the dynamic URL, but I can't open it o...
Larkin asked 13/12, 2017 at 13:24

4

Solved

I am stuck with the following scenario. I defined the following deep link intent filters in the AndroidManifest.xml Expected behavior is when I found a url of format http://​www.domain.com/a/blabl...

3

Solved

I've been working to include Dynamic Links in my app. I have set it up so that links can be generated correctly, and received correctly, but they only work when the app is open and in the backgroun...

4

Solved

I'm scratching my head how I'm supposed to test my branch.io integration on simulator. For link generation, I'm using the Javascript/web SDK instead of the iOS SDK. When you click a button to 'vie...
Cantu asked 8/2, 2016 at 2:50

4

Im working on universal link to open the application while tap the url. I am using https server and done all the steps from apple (Apple Doc). But the apple universal link validator show below erro...
Apo asked 24/8, 2016 at 5:36

2

I'm using Google's Fcm to send notification to my Android client I want to open specific screen with Deep Link url eg. example://my.app/products Here is endpoint to send notification using REST api...
Silberman asked 1/8, 2020 at 8:42

7

Solved

I've been trying to open Facebook page using React Native Linking API. It doesn't work for me. I do have Facebook app installed. Here is what I tried: Linking.openURL('fb://page/<page_name>'...

5

Is the behaviour of Firebase Dynamic-Links is different for Android and iOS? How can I implement Firebase Dynamic-Links for the same project for a different target in iOS? In Android, Firebase Dyn...
Septima asked 11/1, 2017 at 4:45

© 2022 - 2024 — McMap. All rights reserved.