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
2
votes
1 answer

Using Facebook's mobile hosting API to install android app, but cannot get query data?

I don't have public web URLs which I can annotate to support App Links, so I use Facebook's Mobile Hosting API for App Links. According to the app links doc, I can pass the canonical URL ( https: //fb.me/xxxxxxxxxx ) provided by the App Links…
Neo Hsiung
  • 51
  • 1
  • 4
2
votes
1 answer

Using Facebook's Mobile Hosting API with Parse Cloud Code for App Links

I am having trouble getting App Links working with Parse. Since my App is mobile only i wanted to use Facebook's Mobile Hosting API. And since you need to send your Facebook App Secret with the request i wanted to do it with Parse Cloud Code. All i…
user1171773
  • 113
  • 1
  • 1
  • 8
2
votes
2 answers

Android App not opening using AppLinks

I am working on adding meta properties to my page as introduce in applinks.org, however my app is not responding to the web url, here is the html source:
Mark KWH
  • 1,059
  • 1
  • 8
  • 20
2
votes
1 answer

Testing ios facebook hosted app links before release on app store

My iphone app has mobile only content. I am using facebook app link hosts (https://graph.facebook.com/app/app_link_hosts) to create canonical urls which would be shared on facebook. The body for hosting request is: "access_token=
2
votes
1 answer

Is there an efficient way to add multiple Appinks to mobile devices in HTML?

I am a developer of a basic e-commerce app which has a companion website. I wanted to try app links as a way to direct my users from my website to certain screens on my mobile app. The applinks website tutorial gives the following example as a way…
2
votes
3 answers

Deep link to my Mobile App from my Website Using App Links approach

I am trying to use the App Links Meta data to add support to deeplink our mobile App from our mobile Web pages and looks like I hit a road block on my first step. The documentation states that the meta tags be included in your head section of the…
Sushanth --
  • 55,259
  • 9
  • 66
  • 105
2
votes
2 answers

Share via FBSDKShareDialog ignores applink defined on target page

This has been driving me nuts all day: I have an iOS app with a custom URL scheme defined, and am trying to share a link on FB which points to a page that has this scheme in its applink meta tags, so that tapping it should fire up my app. Every…
N.J.
  • 679
  • 7
  • 13
2
votes
2 answers

Why this deep link (applink), generated by facebook does not work?

I want to make a button on my website, that will allow user to open native facebook app (if it is installed), or open facebook website otherwise. As i understood, i have to create separate html page for that. I tried facebook hosted app links to get…
avasin
  • 9,186
  • 18
  • 80
  • 127
2
votes
0 answers

Facebook sharing - Error parsing input URL, no data was cached, or no data was scraped

We are developing an iOS application which has Facebook sharing functionality. Everything works fine except Applinks. We are generating url link “app pages” with specified content (including open graph meta tags) and we want this content to be…
emilm
  • 21
  • 3
2
votes
1 answer

Facebook AppLinks doesn't pass URI to Android app

I'm having great difficulty getting AppLinks working for my Android app, I will call MyApp. I have followed the documentation on the Facebook Developers site for integrating App Links into existing content. The Facebook Debug tool…
Kevin Z
  • 333
  • 1
  • 10
2
votes
2 answers

Facebook deep linking using Applinks for iOS

Hey please can you share app link working tutorial as i cant open my app using facebook. I am waiting for your positive response and looking forward for your helping hand. Thanks
2
votes
2 answers

App Links not launched by Facebook App on iOS

I am trying to use Facebook's new App Links metadata to cause the Facebook app to launch my native app on iOS. So far, it isn't working. This is what I've done: 1 . I created a file called test.html with the following code:
Oz Solomon
  • 2,969
  • 23
  • 22
2
votes
0 answers

Facebook Applinks doesn't work

Tried to work with applinks and my app was not invoked. I put the below content in my sample HTML page and tried to invoke my app on page load. But it doesn't work.
Sam
  • 286
  • 1
  • 10
1
vote
1 answer

GoRouter always opens root route on tapping app link

I have implemented app links in Flutter by following this doc. I have tested my app on Android and tapping on the app link always leads me to the root route, which is my app's home page. I tested the same link on the web and the navigation worked…
ASAD HAMEED
  • 2,296
  • 1
  • 20
  • 36
1
vote
2 answers

.NET Maui AppLink OnAppLinkRequestReceived doesn't fire on iOS

I am trying to create some functionality when a users links into the app. I have created the apple-app-site-association file on the server. It is correctly recognized as an app link and opens my app. The issue is the OnAppLinkRequestReceived event…
Cef
  • 661
  • 1
  • 6
  • 26