deep-linking Questions
1
From my App Clip, I want to use a third-party / trusted app for authentication, this will lead the user to switch from App Clip to a third-party app where the user will authenticate himself and the...
Leathaleather asked 24/5, 2021 at 10:45
3
I am new to this Deep Linking stuff, so I would really appreciate your help.
I have a post on Facebook and i need it to point to a page.
BUT when I open the link on mobile, I need it to send me to...
Truehearted asked 20/6, 2014 at 9:21
2
Solved
I'm trying to create a link to start a conversation on whatsapp from my react native app, but the method Linking.canOpenURL() is allways retuning false...
My code is the following:
const url = `w...
Retrace asked 10/3, 2018 at 15:45
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
3
Solved
Some windows apps like telegram, can open with custom schema url by browser.
When I install telegram on my windows pc and enter tg:// in browser, It can maximize telegram app or run telegram app if...
Earlineearls asked 4/11, 2021 at 13:1
4
I'd like for users to be able to share a link (e.g. app.com/SKFLA - this is primarily because deep links on their own aren't clickable) via Facebook etc. When clicked, this redirects to a deep link...
Guitarist asked 3/12, 2018 at 15:52
3
Solved
How can we handle deep links in flutter with Get X for go to Custom pages of the application ?
By default, by adding the desired address to the Android Manifest file:
<meta-data android:name=&q...
Postfree asked 30/8, 2021 at 12:19
6
According to the Flutter's official deep linking page, we do not require any plugin or native Android/iOS code for handling deep links.
But it doesn't really tell us how we can get the data from th...
Rhines asked 22/6, 2021 at 9:57
13
Solved
I followed the insttructions on https://developer.android.com/training/app-indexing/deep-linking.html, but when I want to trigger the intent through adb with:
adb shell am start
-W -a android.int...
Pyrophyllite asked 17/7, 2014 at 16:22
4
Solved
Linking.removeEventListener('url', onReceiveURL);
removeEventListener is deprecated.
This is what my IDE suggests :
EventEmitter.removeListener('url', ...): Method has been deprecated.
Please in...
Circularize asked 4/2, 2022 at 14:48
2
Solved
I've managed to set up a deep link on Flutter for my app (currently only on android), here is the intent filter in the AndroidManifest.xml file to set up the deep link (using example host name and ...
Informality asked 10/12, 2020 at 23:41
3
Solved
I have setup a bottom bar in my new Jetpack Compose app with 2 destinations. I have tried to follow the samples from Google.
So for example it looks something like this:
@Composable
fun MyBottomBar...
Correna asked 20/7, 2021 at 14:16
6
I'm implementing deep linking with expo in my react native app. I've managed to do it using this code with this tutorial and this documentation for adjusting it to my nested stacks:
const linking =...
Brunn asked 1/6, 2021 at 13:28
4
Solved
i am creating e-commerce app based react native.here i need open single product page from url shared.actually it will work when app is in killed state, but incase of app is in background/inactive s...
Gorge asked 12/11, 2018 at 5:10
7
Solved
I have created a deep link for my app, myapp://video or let say i have also added uber:// but when i open these from chrome browser, it takes me to google, it does not treat this as a link, So how ...
Hypophosphate asked 16/2, 2017 at 10:40
0
The Android app link is not working. I lost 5 days of sleep over this, from Monday to today 🫠.
What I did
I uploaded the assetlinks.json to my host, gifthub.kr, and it is accessible via https://g...
Currish asked 9/11, 2023 at 15:22
2
My deep links on iOS aren't working correctly (I followed the official Flutter guide on how to implement deep links). On Android, everything works perfectly fine, but on iOS (when the app is killed...
Satire asked 5/10, 2023 at 10:17
1
I successfully implemented deep-links, but now I would love to implement app-links as well, but I don't get wanted results.
AndroidManifest
<intent-filter android:autoVerify="true
<action...
Tennes asked 2/7, 2018 at 13:58
4
Solved
I've been using Branch.io for app deep-linking for a while.
Everything works fine and I'm quite used to its mechanism.
Recently I started to play with Google Flutter to build cross-platform apps....
Issiah asked 19/2, 2019 at 8:59
2
Solved
I know that I can deep link into the Settings page on iOS via UIApplicationOpenSettingsURLString. However, this takes me to a page such as this:
Now if I want the user to enable notifications, t...
Podolsk asked 7/10, 2015 at 23:11
3
Is it possible to use Android App Links, starting with https:// such as: https://my-app.com/callback to redirect back to my application from an Android WebView in the end of an OAuth2 flow? I know ...
Psychosomatics asked 27/4, 2021 at 16:43
1
I've been using Firebase Dynamic Links for deep linking in React JS, Next, Node project. However, I recently discovered that the Firebase Dynamic Links server is going to be shut down. As a result,...
Bioscopy asked 20/6, 2023 at 8:45
0
I am using deep linking for sharing event with that Id and I want here when my app is not install then redirect on playStore not website.
At this time when I am clinking on link then redirect on we...
Pisa asked 6/7, 2023 at 14:37
5
Solved
I've been reading the docs for supporting app links for android and the website my app supports works with subdomains but there's too many subdomains and they are built dynamically. I was wondering...
Hammurabi asked 3/12, 2015 at 14:23
1
I have 3 Activities: Main, Login, Wizard.
For each Activity, I have separate Navigation Graph with fragment destinations.
Main Nav Graph has also a Login Activity destination to launch the Login sc...
Outbuilding asked 1/8, 2018 at 7:52
1 Next >
© 2022 - 2024 — McMap. All rights reserved.