deep-linking Questions
4
Solved
Instagram has published url schemes for iOS deep linking, but they haven't created documentation for Android.
Is there a way to deep link into the instagram app on Android to go to particular plac...
Bacon asked 6/4, 2015 at 21:4
1
Solved
I am trying to dynamically inject the url schema and path into my AndroidManifest.xml file using build.gradle as referenecd here
However, this does not allow deeplinks to trigger.
I tested my deepl...
Theatrics asked 6/1, 2021 at 0:37
1
Solved
I'm trying to create an .aar file to be used by other applications. In this module, the user needs to go out of the application due to the payment. I want to open the application after the payment ...
Houselights asked 22/12, 2020 at 11:30
4
I have an application where I need to do different task on different launch types. How to detect that app has been launched by deeplink, when my app was in background.
Addams asked 3/2, 2020 at 11:49
2
I'm using React Native with React Navigation and react-native-deep-linking and react-native-webview packages.
My app is using deep linking to reach different screens of the app, and it is working ...
Cunctation asked 18/1, 2019 at 5:55
4
Solved
I am using firebase Deeplink URL to open my app's specific section. It is working well when app running in background but when I killed the app and click deeplink url from outside than I don't know...
Gillman asked 29/9, 2017 at 3:46
4
Solved
After looking (Googling) on the web for a while, I can find nothing that can create a link for Google Pay request.
In my Flutter app, I'd like to create a link to accept money using my Phone Numbe...
Wideeyed asked 21/5, 2020 at 13:14
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
2
Solved
In order to link my app with the web page in need to define assetlink.json like below.
[{
"relation": ["delegate_permission/common.handle_all_urls"],
"target": {
"namespace": "android_app",
"p...
Holothurian asked 2/1, 2018 at 5:32
0
I'm trying to open universal links of my app programmatically using the below code:
UIApplication.shared.open(url!, options: [.universalLinksOnly : true]) { (success) in
if(!success){
print("...
Ieper asked 22/10, 2020 at 13:10
3
I need to implement a javascript where I can detect if my deep link is worked or not, If it works then it should remain same but if it does not work then it must start download file.
For that, i u...
Freiburg asked 2/2, 2018 at 17:23
8
Deep link does not work if the app is opened by deep link already.
However, if I open the app not by triggering a deeplink, like clicking the app icon to open the app. Then triggering deeplink aft...
Internist asked 11/3, 2016 at 2:14
1
I'm trying to get an instant app to be opened via NFC.
I have something like the below in my AndroidManifest.xml
<intent-filter android:autoVerify="true">
<action android:name="android....
Denver asked 26/10, 2017 at 7:50
3
I am having a list of offers in my application and there is a share button on every list item.I am using deep link to open a offer detail activity of my application when any user clicks on the shar...
Godolphin asked 8/8, 2015 at 4:46
3
I am trying to get my button onPress function to call a function that will open apple maps or google maps depending on the device. For some reason nothing is happening when I press the button.
Her...
Contraction asked 6/8, 2017 at 0:28
4
Solved
I am trying to enable universal links on iOS, (as part of Firebase's password-less sign-up). Testing locally on iOS 13.2.
The apple-app-site-associated (AASA) JSON looks as such (https://lokitools...
Fucoid asked 1/1, 2020 at 12:44
2
I'm developing a React Native app for iOS.
This app has to be able to open deeplinks and it works fine when the app is opened in background.
When the app is close, the native iOS code (Objective-C...
Enrichment asked 27/3, 2019 at 19:12
3
Solved
I'm building an Angular app. It is hosted with base a href as /hris. So my base url to access the app will be domain.com/hris. Further, I have 3 different apps of which one is called term. So when ...
Selway asked 26/4, 2018 at 15:23
3
I have implemented a DeeplinkActivity to catch the intent-filter data scheme and open an activity. The issue I am having is the app is already open in the background and then the user clicks a deep...
Aftermath asked 15/9, 2014 at 21:58
0
I'm trying to use deep links in react native project with react navigation but I got some weirds scenarios in both platforms(ios & android).
My code
NavigationContainer
const linking = {
prefi...
Eulogistic asked 1/8, 2020 at 8:15
1
I have tried two ways to send a deep link to an android phone by email:
<a href="mycoolapp://somepath">Open my app</a>
and
mycoolapp://somepath
Neither of these ...
Oakum asked 19/11, 2015 at 10:32
1
Solved
if app in background
specific screen will open.
if app is not in background or kill the app
it will show first screen only.
Linking.getInitialURL() is return null
Rwanda asked 2/7, 2020 at 10:0
3
I'm creating a deep/dynamic link following this github project.
Here's the link which is getting created: https://appcode.app.goo.gl/?link=http://example.com/-example&apn=com.abc.xxx&amv=...
Ruebenrueda asked 7/2, 2017 at 15:38
2
Solved
Given: Website, iOS and Android applications, registered urlscheme "myapp://".
Goal: on the website have a link shown to iOS/Android devices with app installed. Clicking on that link should open t...
Ellieellinger asked 13/12, 2016 at 14:32
1
Is there a deep link that will open a page in Safari from another app?
I have tried
safari://https://www.google.com
safari://www.google.com
but it doesn't work. I get the pop-up asking if I wa...
Wain asked 19/8, 2018 at 12:16
© 2022 - 2024 — McMap. All rights reserved.