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
1
vote
1 answer

.NET Maui adding Entitlements.plist breaks build

Using Visual Studio CE 2022 17.44 Following the directions for setting up appLinks on iOS, one of the steps is to add the Entitlements.plist with the following:
Cef
  • 661
  • 1
  • 6
  • 26
1
vote
1 answer

Add associated domains entitlement in Flutter doesn't work on iOS

I need to implement universal links in my Flutter application. I got everything to work on Android using the uni_links Flutter library, but on iOS I am facing some issues. I followed these steps: Added Associated Domain Entitlement to provisioning…
JennaL__
  • 21
  • 2
1
vote
1 answer

Using wildcard in host attribute for android 12 AppLinks does not work ( android:host="*.example.com" does not work but www.example.com does )

If I use a wildcard to define deeplinking in Android 12 does not work it fails with legacy_failure if I run pm get-app-links com.example.app in adb shell but if I use a specific domain, the it works. So if I use
bboldi
  • 23
  • 6
1
vote
0 answers

Android App Links Assistant, avoid restarting the app

I am trying the App Links Assistant to test the browsable intents in my app as described in official doc (https://developer.android.com/studio/write/app-link-indexing) : The problem, is that whenever I test the App link, the app is always…
1
vote
0 answers

Android app linking open in webview leads to endless loop

On my project we are using an app-linking approach, however, we are still, unfortunately, forced to open these links in a webview (native implementation is on away). So let's say this is my pattern…
1
vote
1 answer

Deep linking navigate to application page and comes back to main page in iOS

I have implemented deep linking for Android and iOS, below method works perfectly with android but I am facing problem with iOS. It navigates to the page of app link but comes back to main screen automatically. Below is the implementation of my…
Zeeshan shaikh
  • 341
  • 1
  • 5
  • 24
1
vote
1 answer

How to have app links (Android) url with no "www" & "https" prefix

I have a working app link feature on my android app built using React native. The issue is that the current link looks something like this https://www.example.xyz/something/ and the following is the intent filter used for the same
1
vote
2 answers

How to manage andorid deeplink and Applink in one Activity?

How to manage the deeplink and applink in one Activity? This is current AndroidManifest.xml setting.
1
vote
1 answer

How to verify if a url is an applink or not

I am building a web application, and I would like my app to open app links. However, I am having trouble determining if a url is an app link or a regular url. Just like how chrome does, I would like my app to navigate within the app if the url is…
IChung
  • 347
  • 1
  • 3
  • 8
1
vote
3 answers

How to support app linking on Huawei devices with HMS

For now on by saying Huawei devices, we understand devices release after may 16 2019, that are released without Google Mobile Services During the development to support app links on Huawei, several problems have been occurred and following questions…
1
vote
2 answers

Associated Website not redirecting to Android Instant App

I am attempting to open an instant app from a URL by navigating to an associated link that has been tested in Android Studio and deployed to the app store. I've tested the following: I know the instant app is available because the Google Play page…
Jacobo Koenig
  • 11,728
  • 9
  • 40
  • 75
1
vote
0 answers

This is regarding Android Applinks / Deeplinks issue from outlook-email

In our Hybrid Mobile(ionic-V3) application Applinks/Deeplinks is working fine from email clients such as gmail, yahoo etc. Where-in on click of the link we are getting the “disambiguation dialog / app chooser” to select the application to open the…
Shilpa
  • 21
  • 2
1
vote
1 answer

android applinks doesn't work on every browser?

I try to call my app on a specific url. To do that I use this intent-filter in the manifest :
Arifin Tan
  • 11
  • 1
1
vote
1 answer

Configuring hosting and deep linking using the same domain - Branch.io

I have purchased a site on bigrock and also hosted on a server. However I now plan to deeplink my domain using branch.io . Is it possible to host my website and deeplink only the url path using the same root domain.
JDForLife
  • 91
  • 2
  • 10
1
vote
0 answers

Facebook ad having the app links not opening in app

I have added meta tags as specified in docs
Rahul Devanavar
  • 3,917
  • 4
  • 32
  • 61