deep-linking Questions

0

I am building an android app that on a given page allows the user to open a page on a website. I use chrome custom tabs for that. The code is as follows: String url = ¨https://website_containing_d...
Bartender asked 4/11, 2019 at 23:2

2

Deferred Deeplinking NOT working. I am using appsflyer, Android 5.1.1, Android Studio 2.3.3 in build.gradle: compile 'com.appsflyer:af-android-sdk:4.8.3@aar' in Application: @Override public v...
Comprise asked 24/10, 2017 at 7:8

0

I need to open the Instagram Direct Message from React Native app and send a text to a selected contact after opening in Instagram. I already found the way to open Whatsapp and send a message to s...
Colleencollege asked 5/10, 2019 at 16:26

5

Solved

Given the recent "encouragement" by Facebook to migrate to a separate messenger app, and as a followup to the {very informative!} answer to the question on URL/URI schemes supported by the Facebook...
Newborn asked 24/8, 2014 at 0:6

2

Actually, I'm developing an app on react-native 0.58 with react-navigation 3.1.5, and I can't make my app run properly. This is my code: app-navigation.js const MainStack = createBottomTabNaviga...

1

Solved

I have an app with two activities, a splash screen activity and another that contains the main navgraph for the app. I was wanting to utilise the new deep linking handling that comes with the And...
Weymouth asked 10/9, 2019 at 21:40

0

On Android devices I need to open a URL using google chrome regardless the browser where the url is clicked (in my case facebook in-app browser). To do so I created small proxy with a Javascript re...
Byrnie asked 12/9, 2019 at 18:4

6

I have a problem with Facebook Deferred Deep Linking on iOS. DEEP LINKING WORKS, BUT DEFERRED DEEP LINKING DOESN'T WORK. I have read a lot about this problem and still cannot find the solution. I ...
Woodborer asked 3/5, 2017 at 9:49

1

Solved

I am using react-native. Deep linking is working great for ios. For Android however, I can't seem to figure out how to open my app properly from deep links. When opening a deep link from e.g. Fire...
Wapiti asked 2/9, 2019 at 7:14

1

Solved

I launch ChromeCustomTabs from my app. The page in chorme custom tabs show a button. On click of that button a deep link is triggered, something like this myapp://show/screen?id=123. My correspondi...
Extortionary asked 6/8, 2019 at 1:17

3

Solved

I am working on two apps A and B, I wish to interlink them with Deep links. App B has a deeplink like the following: myApp://open/myAction?param=123 It looks like: <!-- Update myAction deep link...
Neurasthenia asked 25/10, 2017 at 10:45

2

Solved

I have multiple deeplink schemes for different app flavors. I have a backend which sends a different scheme per app. If all of them are installed on the same device, all of them will be able to par...
Mono asked 23/3, 2017 at 9:10

14

Is it possible to launch any arbitrary iPhone application from within another app?, For example in my application if I want the user to push a button and launch right into the Phone app (close the ...
Plessor asked 7/1, 2009 at 3:41

2

Trying to set up deeplinking for my project following this guide: https://reactnavigation.org/docs/en/next/deep-linking.html However when trying the implementation I always see the main screen ins...
Cowlick asked 7/6, 2019 at 7:40

2

I want to implement an app invitation, which I can share to users via a link Hi, you've been invited to so and so. Click here to accept! http://myapp.com/?foo1=bar1&foo2=bar2 The link its...
Avitzur asked 10/6, 2018 at 21:7

1

I am creating an android application for browsing plans and tariff of mobile recharges. What I want is that when the user selects a plan from my app, then on clicking either of the one option ie pa...
Samaveda asked 8/8, 2016 at 6:48

2

Solved

I've got the following URL: http://twitter.com/share?url=http://example.com" When clicked on iOS and Android, it opens the browser window. What's the best way to open this with the app (if they ...
Coenzyme asked 24/6, 2014 at 9:14

1

I wish to implement this feature that allows users to use a deep link into a Slack's channel on their phones or computers, and pre-fill some texts in the message box. I have read through the docum...
Courtroom asked 26/4, 2019 at 23:23

2

I'm integrating AppsFlyer with Android Native Application. And I want to use Deferred Deep Linking, when user click landing page ads and download the app and upon first app open the user lands dire...
Literati asked 9/1, 2019 at 7:48

4

Solved

I have a website which enables the user to make a search query. The query might take some time to complete (minutes to days), and I would like to enable the user to download an Android app and rece...
Fargone asked 26/2, 2015 at 13:48

2

I have added a deep link to my app which maps an activity to a particular web page on my website (Link referred: https://developer.android.com/training/app-links/deep-linking ). While handling the ...
Copycat asked 7/2, 2019 at 8:48

2

In React Navigation, deep linking can be utilized by passing uriPrefix prop to the top level navigator, or by passing {containerOptions: {URIPrefix: PREFIX}} as a second parameter to a built-in nav...

0

I am trying to Android App Linking via App Links Assistant in Android Studio (Android Studio version 3.3). I have entered all the site domain and Application ID correctly. I tried both signing conf...
Distefano asked 28/3, 2019 at 11:34

4

Solved

I want to implement deferred deep linking in my android app. My understanding is I need to provide a url and when user opens the url, it will direct user to the app or to play store if the app has ...
Anthurium asked 29/9, 2016 at 20:25

4

Device : iPhone 5 / iOS 9.3 I have an iOS app which I need to launch from a website. I was able to do it via custom URL scheme. When I click the "Open App" button in the website, an alert dialog...
Nieberg asked 19/9, 2016 at 4:26

© 2022 - 2024 — McMap. All rights reserved.