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

Can't open my app from facebook in-app browser iOS 9

I've posted some article at facebook that links my app. When I clicked link at the facebook in-app browser, I excepted launch my app, but go to app store. Altough my app is installed. I tried some meta tags like these:
Noel
  • 83
  • 1
  • 2
  • 9
3
votes
1 answer

The apple-app-site-association file was found but it doesn’t follow the required format

I'm using this API Validation Tool from Apple and I got 6 of 7 validation PASSED in a specific page but "Universal Links" test got this message: "The apple-app-site-association file was found but it doesn’t follow the required format. Learn how to…
Beto
  • 3,438
  • 5
  • 30
  • 37
3
votes
1 answer

facebook applink fallback not working

I am not able to implement facebook applinks fallback which redirects it to google play store if the app does not exist on the device .. My applink works if app is installed on the device .I havent posted my applink due to privacy reasons... Please…
DRY Believer
  • 1,001
  • 11
  • 20
3
votes
2 answers

How to redirect user to application's detail page with use of Applinks?

My requirement is user should redirect to particulate application page after clicking the facebook post. I took reference from this link: Cannot get the new AppLinks to work on iOS or Android and created demo according to that. I am able to generate…
user1414160
3
votes
1 answer

Reading AppLink data with Unity3D on iOS and Android

We are are trying to add AppLinks to our Facebook self hosted Open Graph objects. I've added the required meta tags and now one of our Unity developers is implementing it in our Android and iOS mobile clients. We aren't able to find documentation…
3
votes
0 answers

Cannot get Applinks to work with dynamically set properties

We are currently working on an Angular app as a companion for an IOS app. We want to integrate Applinks in it and the properties to be set dynamically via the controllers. We are using the hashbang…
Marta
  • 388
  • 4
  • 9
2
votes
0 answers

Android applinks launching the app while the user is browsing the website

With the recent changes in App Links, on the latest version of Android, the user no longer has the disambiguation dialogue when clicking on an App Link supported URL (e.g. open with browser, open with X app). However, what we noticed is that if the…
Khuffie
  • 103
  • 1
  • 7
2
votes
0 answers

Android deep links not redirecting to app when opened from gmail and redirecting

I have the following scenario: I have app.myapp.com that is both a PWA and app link host for my app. Also I have api.myapp.com that serves as the backend for the app, all the requests are sent to the api domain. When I verify the email address of…
Lippai Zoltan
  • 188
  • 2
  • 10
2
votes
1 answer

Deeplink not work for some messaging app in Android

I am developing an android app. It uses AppsFlyer's Onelink kind of a Deeplink. I set up and tested, in general, it works fine. When I tested this using Android studio, it works fine When I tested this with Slack messenger, it works fine too. But…
yoonhok
  • 2,575
  • 2
  • 30
  • 58
2
votes
1 answer

Xamarin Forms OnAppLinkRequestReceived event - Shell.Current is null

I am testing App Links / Deep Linking / Universal Links on my Xamarin Forms app. I have an app that correctly intercepts URLs as expected, but when I go to navigate to the page using Shell in my app, Shell.Current is null. Visual Studio 2022,…
Richthofen
  • 2,076
  • 19
  • 39
2
votes
0 answers

IOS Universal Link not opening in facebook app

I want to have my url monkeybrainsapps.com/sudokugame?id=123 open in my app from facebook app. My universal link in ios is properly setup ie when I click on the link from gmail, notes, messages etc, it opens in my app fine. However when I open it…
user862268
  • 456
  • 1
  • 4
  • 7
2
votes
1 answer

Intent filter: Handel hashtag sign on pathPattern and pathPrefix

I need your help to fix a problem with an intent filter that launches the activity after clicking a URI that looks like this https://myapp.com/#/path1/path2. Is there a way to escape hashtag signs when creating a path pattern? I’ve tried /\\#/ ,…
2
votes
0 answers

Android app link not working and not appearing in adb dumpsys

I'm trying to set up android app link for my add but they are not working. I modified my manifest.xaml (android/app/src/main), by adding :
tycyly
  • 249
  • 1
  • 14
2
votes
0 answers

How to force an applink open in an external browser

Problem facing: In the app, there is a link, let's say https://example.com/campaign which is an app link. Most of the time we want it to be opened in app. We have set autoVerify in AndroidManifest's intent-filter. However, there is a requirement…
Horst
  • 1,733
  • 15
  • 20
2
votes
2 answers

Is there a possibility to handle app links with multiple hosts?

I need multiple hosts for app linking in my manifest file, but this doesn't work. If I add an other data tag with another host in the same intent filter.. the data tag that was working before doesn't work anymore. The same with multiple…