deep-linking Questions
2
Solved
I have an app in which i have to use deeplink and deferred deep link.
I'm able to debug deeplink in my app but how to debug deferred deeplink in my iOS app.
How would i know what value I'm gettin...
Mischievous asked 7/2, 2019 at 11:57
1
Solved
Scenario is user will get a link to his email. If user clicks on the link, If app is already installed, app should open and if app is not installed it should redirect to app store.
I've seen deep...
Mattress asked 24/1, 2019 at 12:29
2
Solved
I am using Branch deep links in an app for sharing links to content in the app via social media. Everything was working fine quite a while.
When updating to iOS 11.2 I encountered the following be...
Richellericher asked 13/12, 2017 at 20:22
1
Solved
We have implemented the deep link activity in our application. It worked in iOS 11. When we send SMS via a web portal. Its received in iPhone. After updated into iOS 12 the link messages are not re...
Minacious asked 2/1, 2019 at 4:58
1
I use an intent filter to allow deep linking to an activity of my application.
Like in the example given below:
https://developer.android.com/training/app-indexing/deep-linking.html
The redirectio...
Clinch asked 9/2, 2015 at 10:11
1
I cannot find a single document that explains how to use optional params in segments.
In my app.module.ts I have this deepLinkConfig :
let deepLinkConfig = {
links: [{
component: HomePage, nam...
Sixtieth asked 7/8, 2017 at 9:47
3
I have a web app that it can be installed as standalone application in the homescreen thanks to PWA standard.
When a user forget his password, a email is sent to him with a link to reset the passwo...
Milagro asked 31/8, 2017 at 10:28
0
I am trying to handle the carousel item selection using DeepLink inside the Android app, using Dialogflow of actions-on-google.
The code is:
'use strict';
const dialogflow = require('actions...
Mccain asked 23/11, 2018 at 10:29
3
I have implemented universal links into my app but for reason, AASA file is not going to be uploaded on server for now.
Locomobile asked 9/11, 2017 at 7:18
0
I’m handling deep links in my Expo.io ReactNative project using the Linking library and it works well, allowing me to open the app and pass in some routing data with a URL. But if the app isn’t ins...
Berley asked 9/11, 2018 at 1:36
2
My app supports universal linking and in most cases it works without any issues, tapping on a link opens the app like it should.
But sometimes, i'm not sure why, it stops working.
It happened a...
Talkingto asked 30/5, 2017 at 8:36
2
Solved
Here is an explanation of using deep links in navigation component:
https://developer.android.com/guide/navigation/navigation-deep-link
It says:
An explicit deep link is a single inst...
Formic asked 31/10, 2018 at 8:4
2
Solved
I'm using deep linking for my react-native app to let user click on a link to open my app and perform some actions.
My problem here is when I send email (using <a href=""> tags and send the...
Lawless asked 29/10, 2018 at 1:56
2
I'm having trouble opening iOS gallery app from React Native app.
I have the file url and asset url. I got the asset url from CameraRoll. Now I want to open the gallery itself to see the image.
Th...
Stromberg asked 25/5, 2018 at 0:25
1
I have read documentation about create an deeplink and use app linking service in android studio 3.0. its pretty simple and easy to understand, but I have little bit problem when my URL has no pref...
Shoran asked 21/9, 2018 at 3:19
2
Solved
I am using Branch.io to Deeplink from the Salesforce App to my Cordova app. However, when I click the deeplink in the Salesforce app, it just opens my app within a browser inside the Salesforce app...
Shape asked 17/4, 2018 at 18:17
0
I’m trying to setup an universal link to my app that my users can share on facebook. I can make it work on email, sms, browser, as follows:
1- If the user don’t have the app, it redirects to a cus...
Beeck asked 29/8, 2018 at 15:13
1
I have several target in my Xcode project each of them having an associated domain but a different one.
I'd like to have the same entitlements file for all my target and having a script with PLi...
Milson asked 5/4, 2017 at 12:55
1
Solved
What I want: I want to send push notification to users. When user tap on that notification, user should navigate to specific activity.
What I did: I created one deep link in Firebase console. I im...
Imogene asked 3/7, 2018 at 6:40
0
I'm implementing app links on Android. Our server team have hosted assetlinks.json on our dev end point /.well-known/assetlinks.json.
In my apps manifest, I've written the intent filter as per the...
Evincive asked 13/7, 2018 at 14:14
1
Solved
What is the correct URL format to achieve the following:
Open a Google Maps app from another app on iOS using the Universal Link.
Set destination based on two coordinates: latitude and longitude ...
Nuclide asked 9/7, 2018 at 11:54
4
Solved
Note
These URL's are likely not available.
Facebook has been updated a number of times and did not officially support any of these.
/Note
I am trying to see what information is available abo...
Donndonna asked 18/4, 2011 at 19:16
1
im using deeplinks and ionic 3, but the url i created not working.
this is the url : https://lucky.com/prd/rm74fEgBB2frzhagYcov
this is my code :
this.deepLinks.route({
'/prd/:id': ProductDeta...
Assignat asked 14/6, 2018 at 7:57
4
Solved
As Branch said in its docs:
For more advanced implementations, you may want to specify keys for
both Test and Live environments (for example, if you are building a
custom switch to automatical...
Pyrostat asked 16/6, 2016 at 22:35
3
Solved
I have woocommerce setup up on a wordpress site for downloading PDF files. After a user goes through the checkout process and is ready to download the file, I'd like to check to see if they are on ...
Itagaki asked 27/3, 2018 at 4:31
© 2022 - 2024 — McMap. All rights reserved.