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

Universal App Links and multiple debug SHA256 fingerprints

We are in the process on integrating Universal App Links. The setup requires a file named assetlinks.json to be uploaded to a web service, so that associations can be verified. When generating a fingerprint for a debug build, the default…
Orbit
  • 2,985
  • 9
  • 49
  • 106
8
votes
1 answer

Xamarin.Android: Unable to instantiate activity ComponentInfo

I am receiving this error when trying to launch a Xamarin forms application on Android from a text message URL. I have been following the steps noted in THIS article. Here the application node in my AppManifest.xml
XamDev89
  • 193
  • 3
  • 13
8
votes
1 answer

Deep Link does not work on Android

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 in that…
mipnw
  • 2,135
  • 2
  • 20
  • 46
8
votes
4 answers

Facebook iOS app not launching my app for Applinks enabled link

I have added the following meta info in the head portion of my test web page.
Anil
  • 111
  • 1
  • 5
8
votes
2 answers

How exactly Facebook AppLinks work on iOS?

I have found one related question: Cannot get the new AppLinks to work on iOS or Android But I am not sure if it is entirely similar with the problem that I am facing. Thus, I created this question. If I understand correctly from:…
Ricky
  • 10,485
  • 6
  • 36
  • 49
8
votes
3 answers

Using App Links Hosting API for link shared on Facebook from iOS app

I've honestly spent hours on this trying to get it to work. Unfortunately Facebook & App Link's documentation is not clear enough. Even the App Links video from F8. App Requirements: Share a link to FB as an Open Graph story which users can click…
Tim
  • 1,428
  • 19
  • 26
7
votes
2 answers

Flutter App opens in another application(duplicate application)

I'm using app links with uni_links library in my flutter app. There is a problem that whenever I clicked my app link in another application(like Google Calendar), the OS opens my app again. Somehow I have a duplicate of that. Here is my screenshot…
Aref
  • 746
  • 10
  • 27
7
votes
0 answers

App link verification does not work

I successfully implemented deep-links, but now I would love to implement app-links as well, but I don't get wanted results. AndroidManifest
MaaAn13
  • 264
  • 5
  • 24
  • 54
7
votes
3 answers

Opening iOS deep links from within the Facebook web view stopped working

All of a sudden deep links to my app stopped working from within the Facebook web view but they work fine when I open the deep link within Safari (or click share in the web view and choose Safari). I added all necessary open graph tags for my…
user986408
7
votes
1 answer

Facebook iOS App always opens Web-Fallback URL from AppLinks meta, also if App is installed

I'm trying to implement the new AppLinks API for my Application to route the Facebook-Users to my mobile App. I've set up the meta correctly, but the Facebook App opens always the URL within the internal Web-Browser (but it shows then at the top…
brokedid
  • 879
  • 2
  • 10
  • 35
6
votes
2 answers

AppLinks on Android 12 - opens browser only

I have the following manifest code:
Vladimir Fisher
  • 3,090
  • 2
  • 17
  • 23
6
votes
1 answer

Android: Handle App Link Verification failure at install time

I added app link feature with autoVerify set for my app following link On testing the app, it worked in the begining. Then after reinstalling the build, not working. On debugging what I found is the response time for my .well-known/assetlinks.json…
6
votes
0 answers

Are auto-verified links cached in Android M?

I'm currently working on running some tests to see how the verified links system works with Android M and ran into an interesting outcome. The usual flow is this: Install app GET to ${HOST}/.well-known/statements.json is fired If approved (server…
6
votes
4 answers

How is Google's App indexing different from Facebook's App links?

Both of them seem to provide a way to add the concept of urls to native apps As far as I understand, Facebook tried to set a standard with App links for the problem I am not sure where does Google's app indexing diverges from the same idea Android…
6
votes
2 answers

FB App links not opening app directly

I am trying to implement deep linking in my ios app. Whenever i post a link through FB app, the link will be the page i have create with all the meta tags set up properly. The only problem is when i click on the link in FB app, it just open a web…
AKumar
  • 381
  • 6
  • 16
1 2
3
24 25