Questions tagged [android-deep-link]

327 questions
0
votes
1 answer

App is taking the assets when app deeplink is passed to the browser using appium

I am doing an automation of an android mobile app, there is a scenario where I am trying to use deeplink of where that deeplink should open the app in device and download some assets. As a process I am first opening my app and then I just login to…
Deepak N
  • 1,408
  • 3
  • 15
  • 37
0
votes
0 answers

Deeplinking schema and path prefix behaviour issue

Hi in am my android application I am trying to implement app deep linking. I found following behaviour: Scenario 1:
nilkash
  • 7,408
  • 32
  • 99
  • 176
0
votes
1 answer

How to determine who has launched a deep link into my app

I need to find out which app is launching a deep link into my app for security purposes Has anyone done this before? There are some solutions such as Using Pending intents to find creator package name but it didn't work for me. Any ideas?
0
votes
0 answers

How to launch app from URLs in chrome that match the regex?

I came across this article - https://developer.android.com/training/app-links/deep-linking - and it only tells me how to open every page that matches the scheme. Let's assume I have a link https://example.com/image/img1234.html and I don't want to…
hamster121
  • 378
  • 1
  • 4
  • 13
0
votes
1 answer

Exclude URL in Deeplinking Android

Do we have any other alternative solution to exclude the few URL's expect using android:pathPrefix ?.
Vivek
  • 343
  • 1
  • 5
  • 12
0
votes
1 answer

onCreate method of activity always called with launchmode "singleTask"

I am using Branch IO in my application and as per their documentation, I am using android:launchMode="singleTask" for my activity. Here is some code snippet of my AndroidManifest.
0
votes
2 answers

Opening the android app using a deep link

My requirement is, There is an advertisement in an email for a shoe, if I click on that ad, it should open my app directly and take me to corresponding page without asking any available option like web browser, etc. I tried Deep linking fundamental,…
0
votes
0 answers

Start up the app in Android browser by javascript

I'm trying to start up my app in Android browser. If the method start() is invoked by timer, the broken link appears. If the button is pressed, start() will run the app. Please, could you help me. <%@ page contentType="text/html;charset=UTF-8"…
DraganS
  • 2,621
  • 1
  • 27
  • 40
-1
votes
0 answers

How to use android deeplink when domain is pointing at webflow page

Our landing page is hosted in webflow and therefore we have our root domain pointing at it. In order to have the deeplink feature in android, we need to have a URL working to the /.well-known/assetlinks.json. It also says that having a 301 redirect…
Thirsty
  • 188
  • 2
  • 12
-1
votes
1 answer

When using deep linking to open an ios/android application from web browser , How can i pass data to the mobile application

Right now I am able to open the applications - both ios and android through deep linking, But I am redirected to the home screen when the app is opened. How can I pass data to the mobile application so that I can use the data to open a corresponding…
1 2 3
21
22