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

Is there a way to disable "Open in [App Name]" suggestion when you tap the link on chrome?

Every link that is related to our domain, opens a popup that suggest opening the app. We recently tried to get rid of it but we couldn't manage to do it. I am not very experienced in this topic. Excuse my ignorance. I assume it is related to…
3
votes
1 answer

How to directly land to the app without asking user choice in android deep link

I have created a deep link but problem is it's opening a dialog as "Open with or use a different app" I don't want to make user to decide to choose the dialog. I want to directly open my app. Here is the code.
Ramji V
  • 121
  • 1
  • 5
3
votes
0 answers

Use App Links to open PWA (Progressive Web App) from Facebook

Facebook opens links to my PWA in its own Web View. I would like to use Facebook's "App Links" to open my Progressive Web App. The meta tags suggested by FB reffer to native apps. For example:
user3015234
  • 161
  • 2
  • 7
3
votes
0 answers

Ionic Cordova app links + camera plugin intent issue in Android

Ionic 4.11.0 Cordova 8.1.2 Android platform: 8.0.0 I am building an Ionic/Cordova app that makes use of an external authentification mobile app ("Itsme") and I have an issue running it with Android. From my app, I open the authentification app with…
3
votes
2 answers

Android App Link to Dynamic Feature Shows the Application Chooser Dialog Showing Same App Twice

I am trying to open an Activity using Android App Links. Activity is in a dynamic feature module, in the Google's Sample project. I haven't uploaded the project to the Google Play, so I am testing using the debug build type, with a run configuration…
Mustafa Berkay Mutlu
  • 1,929
  • 1
  • 25
  • 37
3
votes
1 answer

Trusted web activity - Digital assets link validation for intranet/private web app seem to be failing

I've followed this doc to Create a wrapper Android app based on this sample project for my UI application which runs in non-public domain in our corporate servers. Add assetlinks.json in my Angular 6 PWA application, with SHA256 fingerprints of my…
Anand
  • 9,672
  • 4
  • 55
  • 75
3
votes
1 answer

Check if android app is installed from web page browser

I have an Android app and I'm building a corresponding website. I would like to write a code in my website home page "index.php" which check if my app is installed direct the user to thanks page url , or if the app isn't installed redirect user to…
Dr.Mezo
  • 807
  • 3
  • 10
  • 25
3
votes
2 answers

Android - Pass data from link to app when installed and launched

I want to implement an app invitation, which I can share to users via a link Hi, you've been invited to so and so. Click here to accept! http://myapp.com/?foo1=bar1&foo2=bar2 The link itself will redirect to the google play store, but I want to…
TomH
  • 2,581
  • 1
  • 15
  • 30
3
votes
1 answer

AppLink Xamarin forms not indexing

I was wondering if you can help, it's literally driving me crazy. I'm trying to integrate deeplinking into my app following Lightning lecture and it simply doesn't work. I can't even get my items to show in spotlight search. So I created a…
Peter
  • 87
  • 9
3
votes
1 answer

How to make Test App links work

The following is the App Links Assistant in Android Studio (V2.3.3) Clicking Test App Links generating IndexOutOfBoundsException as shown at the bottom left corner of AS: Could anyone offer a tip on how to remedy this?
Hong
  • 17,643
  • 21
  • 81
  • 142
3
votes
1 answer

Opening app via sms link doesn't work for some messaging apps

Samsung default SMS app opens a link in their own WebView instead of launching my app. I've checked with other messaging apps and other phones and it works fine. But testing this with a YouTube link actually launches YouTube app and not the WebView…
ono
  • 2,984
  • 9
  • 43
  • 85
3
votes
1 answer

Intent filter support for multiple hosts with same path

My app should be available for deep-linking and does support multiple hosts (with same path). How is this possible without duplicating all path entries? Example:
Fahim
  • 1,431
  • 1
  • 15
  • 28
3
votes
1 answer

Can iOS universal app link support multiple apps using the same domain?

Background: Building a vanilla app for multiple clients. Same code base with different bundle ids, i.e.: com.company.client1 com.company.client2 Want to support all client builds with the same universal app link, i.e.: company.com/app/path Tried to…
jyliang
  • 198
  • 2
  • 7
3
votes
0 answers

iOS Facebook App link - open website if app not installed, open app otherwise

I have a website and am currently developing an iOS app. I'm sharing the link to the website on Facebook. The URL scheme is working in the native app. The HTML of the website starts like this:
AdrianP
  • 51
  • 3
3
votes
0 answers

How to make app link work for facebook for android only with open graph stroy

I have an android only app. It has a feature to share an open graph story in facebook. I have managed that part. Now I want app link integration between my app and facebook. But the documention in facebook is very confusing. I also tried the app…
umuieme
  • 729
  • 6
  • 20