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
5
votes
3 answers

Use Android App Link as an OAuth2 Redirect URI

Is it possible to use Android App Links, starting with https:// such as: https://my-app.com/callback to redirect back to my application from an Android WebView in the end of an OAuth2 flow? I know how normal deep links work, such as com.my-app:// or…
f4z3k4s
  • 966
  • 7
  • 13
5
votes
0 answers

Android App Links settings, How to set App Link URL always open in this app?

Android introduced the App Links with Android 6.0 Marshmallow to provide a more secure way of launching a specific app from a (https) link. Further, I thought Android App Links covers main vulnerabilities exposed by Custom Schemes. One of the major…
GAJJE82
  • 1,427
  • 1
  • 10
  • 7
5
votes
0 answers

App links don't work from browser

In my project there are website, android and ios apps. The same link should work for each of this platforms. For example I want my app to open link https://workee.co/jobs/?id=5ab11f9ad57f0f19e0d8bf81. I have implemented app links as described…
5
votes
1 answer

Custom tabs for unhandled applinks

I have implemented applinks to handle all the url's from my domain as follows
5
votes
1 answer

How to solve Deep Link Enable in Android Using Firebase

How to solve it problem and how to Enable App link Enable?.
5
votes
2 answers

Android Instant App - Play Console release/deploy error and DAL(digital Asset Link) not linked

I'm trying to figure out why the play store will not accept my instant app build. I have successfully deployed an Alpha regular app release to testers since it is a prerequisite to release an instant app. I am trying to deploy a development release…
5
votes
2 answers

Should I implement app links in my installed app along with my instant app? What the right way to implement app links?

The docs state that both my instant and installed app should implement App Links. Why should the installed app implement App Links as well, since I only want my instant app URLs to be surfaced correctly in Google Search with the instant badge? Also,…
Arun Venkatesan
  • 403
  • 3
  • 7
5
votes
0 answers

What is the purpose of "android-app://" links, how should they be structured and how do I test them?

Background: There is a lot of information out there about App Indexing, app links, deep links, deep app links and whatnot - but almost all of them just rehash the same information without explaining the purpose of the different parts, using…
Magnus
  • 17,157
  • 19
  • 104
  • 189
5
votes
2 answers

Facebook on Android: target app doesn't open when clicking on link

I included the proper app links metatags in the HTML, so that by clicking on that link on Facebook the Android and iOS apps would open with the correct content. This is an example of page: https://trenit.info/L2o
Daniele B
  • 19,801
  • 29
  • 115
  • 173
5
votes
3 answers

Is it possible to implement deep links from website to native app?

I have three buttons on my website, that link to Facebook, Twitter & vk.com pages. I want to open native app, if it is installed on user device. Otherwise, I want URL fallback to be opened. First of all, I tried to use native app schemes directly…
avasin
  • 9,186
  • 18
  • 80
  • 127
5
votes
2 answers

Facebook Applinks - pass custom JSON data in al_applink_data

is it possible to pass custom data in al_applink_data using Facebook applinks? I can retrieve this JSON example but I cannot see a place where to append my custom data to it. If this is not possible than my only solution is to parse obtained URL but…
skornos
  • 3,121
  • 1
  • 26
  • 30
5
votes
1 answer

iOS Facebook App Links not working

I have been trying to use App Links by Facebook. I created App Link successfully using Graph Api Exporer and got a canonical url back (e.g. https://fb.me/1234567890). When I post it on my timeline in Facebook and click on it, it tries to open the…
AKumar
  • 381
  • 6
  • 16
4
votes
1 answer

Flutter - App links does not work on Android

I am trying to make App Links work on Android the whole day, using uni_links package, unsuccessfully. When I open a link, the browser open it instead of launching the app. You can see my full AndroidManifest:
DimZ
  • 297
  • 4
  • 18
4
votes
1 answer

iOS universal links (applinks) not working for subdomains

Having an issue filtering allowed subdomains for my app's universal links. Let's say i have those domains: - a.subdomain.domain.com - b.subdomain.domain.com - c.subdomain.domain.com I want my app to be opened by a.subdomain.domain.com and…
Grounch
  • 375
  • 2
  • 14
4
votes
0 answers

App links not working on samsung and xiaomi phones

Set up app links to launch my app directly from a URL without showing a chooser dialog. Followed android docs to make it work on some devices like pixel, oneplus, honor. But it does not work on samsung(s8, s6) and xiaomi devices. When launching the…
amalBit
  • 12,041
  • 6
  • 77
  • 94