Questions tagged [applinks]

Applinks is an open, cross-platform solution for app-to-app linking that gives the tools need to expose deep links in the app or to link out to others.

Publishing App Link metadata is as simple as adding a few lines to the <head> tag in the HTML for the content. Apps that link to the content can then use this metadata to deep-link into the app, take users to an app store to download the app, or take them directly to the web to view the content. This allows developers to provide the best possible experience for their users when linking to their content.

App Links are specified using the tags defined in the registry below. Each target platform requires a different set of metadata in order to provide enough context for one app to deep-link into another.

Official Documentation

375 questions
0
votes
1 answer

How to fix invalid branch referring params(clicked_branch_link) from banch links when clicked from withing the app

We are generating branch links according to the described documentation, The links work awesome when clicked from other platfomr like whatsapp, sms, browser etc, but when we share the same link within the app and click on it , we…
Hari
  • 452
  • 1
  • 6
  • 16
0
votes
0 answers

ANDROID DEEPLINKS: Is there a way to easily create a permission such that old & new versions of the app can simultaneously deeplink into the website?

I want to know if there's a fool-proof-automatic/easy way to create a website permission that will allow old and new versions of an android mobile application to deeplink into the website simultaneously? My dilemma: Every time I create a new .apk, a…
0
votes
1 answer

Cannot access AutoSizeableTextView public class ButtonRenderer

Visual Studio shows these errors: error: cannot access AutoSizeableTextView public class ButtonRenderer class file for android.support.v4.widget.AutoSizeableTextView not found - file:…
mshwf
  • 7,009
  • 12
  • 59
  • 133
0
votes
1 answer

Meta property al:web:should_fallback on web content shared on Facebook Native App is no longer respected

It was working before as it should be: Clicking on my website url from facebook native app (shared post) redirects to the App store when my native app is not installed. If my native app is installed, it opens the url in my app. I have all the…
Alaa
  • 21
  • 5
0
votes
0 answers

Android App-Link: Xamarin app doesn't open on https URI

I'm trying to open a Xamarin (Forms) app by using Chrome to browse to a certain URL. I followed (among others) this tutorial: https://learn.microsoft.com/de-de/xamarin/android/platform/app-linking This is the activity: [Activity(Label =…
Philippe
  • 83
  • 2
  • 6
0
votes
0 answers

Android Facebook App links with https scheme

In our project, we have deep links already set up to handle our domain with HTTPS and HTTP schemes. Everything worked fine until we checked Facebook. They use their own App Links. We implemented those all according to official Guide and…
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

Perform app linking in an Oreo TV app to use google assistant for in-app search

I am currently developing a sample TV app to perform in-app search using google assistant. I created an agent in dialogflow and also coded the fulfillment part. In order to perform app linking in my sample app, I followed the steps provided in…
0
votes
1 answer

How to parse app link parameters to fallback url?

I need to send custom firebase password-reset link, that should lead to app if it exists, or to firebase reset-password-page. URL: myapp://page1?code=1234 I want next behavior: If user has app, he redirect to app to page1. If user not has app, i…
askona
  • 390
  • 1
  • 5
  • 16
0
votes
0 answers

Open app in android from different app with link: googlechrome://navigate?url=https://www.exampleA.com

I have an app called example A. I have installed app links successfullly. I can click link on google chrome browser to open app Example A with deep link: https://www.exampleA.com. I want open app Example A from different app (Example B). If app B…
vannguyen
  • 356
  • 2
  • 6
  • 20
0
votes
0 answers

App Link pathPatten

App link in android is not a real regex, but in the developer documentation, since API 26, there is a PATTERN_ADVANCED_GLOB that can do a little bit more that before. PATTERN_ADVANCED_GLOB added in API level 26 Pattern type: the given pattern is…
tiagoMissiato
  • 305
  • 3
  • 16
0
votes
1 answer

How to open Android app by clicking any URL on facebook (Facebook deep link for android)

I'm following the Facebook doc for app link but can't figure out how to setup app link on android for facebook. I've tried to follow other documentations but can't get proper solution.
0
votes
1 answer

App Linking in Android Apps: Can I link ONLY the home page?

Here's a fun question for y'all. I can't seem to find out how to link just the home page of my site to my app. I can do this on an iOS app, by simply defining "/" in my AACS file, but its Android analogue is escaping my searches. Is this possible?…
Jay V
  • 121
  • 11
0
votes
2 answers

Deep Linking - Redirect from facebook to ios app not working

I am not able to redirect to my iOS app from facebook post. When I click on that post its gets open as webpage (somehow dosent identify tags for iOS & dosen't redirect to app). Not sure whether its a ios app OR html content or some other issue. I…
Ravindhiran
  • 5,304
  • 9
  • 50
  • 82
0
votes
1 answer

Firebase Dynamic Links No Longer Open App

I am working on an app that uses Firebase dynamic links. All throughout testing, the base link, and deep links would open the app, as expected. At some point, this stopped working on my test device. I tried turning the Associated Domains off and…
D. Pratt
  • 444
  • 8
  • 15