deep-linking Questions

1

Solved

We have an app in iOS and Android. Both of them are implement the same deep link (e.g. myapp://home/?abc=xxx&bcd=yyy) We have tested in iOS and Android, the deep link is worked and it can open...
Cymbre asked 16/4, 2018 at 12:12

1

Solved

I'm following Create Deep Links to App Content in Android developer documentation to create a Deep Link to an Activity in an Android app. New app project, I've specified the activity exactly like ...
Warta asked 8/4, 2018 at 0:47

1

We're building an app that display data from Outlook Groups. Is there any schema or URL support for opening a group from another app? Does anyone know if there is any support for URL Schemes for t...
Graziano asked 1/12, 2017 at 9:6

4

I'm building an AngularJS (1.x) and Ionic/Cordova mobile app for iOS + Android. I'd like to add/create a "deep link" to my Sign In page so that when I send a new user a "Confirm your Email" email a...
Johnnajohnnie asked 5/3, 2018 at 12:29

1

Solved

I'm using branch.io in my project for deep-linking. On click of the deep-link, the app is not getting launched directly instead it's showing the list of apps. Then I need to click my app in order t...
Dichlorodiphenyltrichloroethane asked 13/2, 2018 at 4:25

4

I could successfully implement deeplinking of app using following filter in the intent-filter in my Manifest: <data android:host="myhost.com" android:pathPrefix="/v" android:scheme="http" /&...
Khalil asked 28/11, 2014 at 8:24

3

Solved

I followed this guide - Splash screens the right way to create a Splash screen for my Android application so now I have 2 Activities (MainActivity and SplashActivity) The problem is that Deep Link...

3

Solved

The closest I could find was this question here. but it doesnt quite cover the problem im having. I have deep links in my app setup to use /app as the path prefix. The problem I'm having is that l...
Plantar asked 14/12, 2015 at 21:7

1

I am trying to get App Links working on my Android app but am unable to figure out why it doesn't work. I have added the following intent-filter tag to my Manifest file: <activity android:name...
Londalondon asked 30/10, 2017 at 18:47

4

Solved

I am implementing DeepLinking in my Android Application. Suppose I am making a payment using PhonePe and choose pay using other Application and select my Application. Intent intent = new Intent()....
Gadfly asked 12/12, 2017 at 10:39

3

Solved

I am working on one project in that, I need to implement something so that when user search for our website it shows a icon of app besides name of the website in google app. Further more user can...
Skinner asked 26/4, 2017 at 13:17

2

I have two build configurations: App and App Stage. Each configuration has different Associated Domains configured: app.mydomain.com and app-stage.mydomain.com. Of course, each website exposes ...
Moonfish asked 20/12, 2017 at 15:41

1

I am trying to deep link my application with facebook. My App Url is https:www.xyz.com/app Below is my intent filter: <intent-filter android:label="@string/app_name"> <action android:nam...
Ambrosio asked 13/12, 2017 at 11:40

2

Solved

I want to write espresso scripts to test deep linking and have no idea how to begin with. Looking for solutions that'll help me get more idea, possibly step by step procedure on how to get started....
Mulct asked 19/5, 2017 at 15:46

1

Solved

I have implemented applinks to handle all the url's from my domain as follows <intent-filter> <action android:name="android.intent.action.VIEW" /> <category android:name="andro...

2

Solved

I am sharing some data using whatsapp, and I want to open a specific activity in my app when user press deep link from whatsapp I have the following schema myapp://openapp?type=banner&id=10 ...
Polled asked 3/2, 2016 at 10:53

2

Solved

I have read a lot of articles regarding universal links but still i need to be clear regarding few things. I have to add universal links to http://www.domain.com but due to certain reasons i will ...
Andryc asked 13/12, 2016 at 7:42

1

I am using native code for upi deep linking. When intent invoke on bhim app payment details page in not showing while other psp app redirecting to payment page When I click a url from mobile browse...
Histrionic asked 1/9, 2017 at 7:34

1

I had published my instant app in play store. when i click the link from gmail it opens as instant app in some devices (Samsung s6 note ,moto g4 plus) In some devices its not working ,but those d...

0

There are too much Deep Linking (Universal Links or App Links) tutorials. But most of them shows how to enable it in Android or IOS Apps. Also there are paid cloud solutions but they offer to much ...
Premonition asked 17/9, 2017 at 17:18

1

Solved

I have developed an instant app & published it into the play store, also has a website associated with the Instant App. tested the app link with the testing tool from here. The app is opened a...

0

I have a mobile website that contains a deep link into my app, and this works in Safari and Chrome on iOS. However, users who arrive at the mobile website via QR readers are often looking at it thr...
Goutweed asked 12/9, 2017 at 22:42

1

Solved

I am new in branch.io and i am following their official documentation. when i run my application onInitFinished method is not called. i had found the same question here but a term postBranchInitSes...
Iridissa asked 6/9, 2017 at 6:21

1

I have 3 requirement for DeepLinking or Universal Links to my project. If user is having the application then URL should redirect to application with content. If user don't have the application...
Monacid asked 5/9, 2017 at 13:10

0

I have configured firebase dynamic link in my sample android app, <activity android:name=".MainActivity" > <intent-filter> <action android:name="android.intent.action.MAIN" /&gt...

© 2022 - 2024 — McMap. All rights reserved.