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
2 answers

AppLinks for Android

when I click an applink,I need to chose the chrome or my app I Check my website Google Statement List Generator and Tester i got below Success! Host XXX grants app deep linking to XXX. But adb shell dumpsys package…
Evan Young
  • 21
  • 2
2
votes
1 answer

Android: lint id AppLinksAutoVerifyWarning always failing but AppLinks work fine

I'm having the problem that the lint test for AppLinksAutoVerifyWarning is always failing with the error message: App Links Auto Verification Failure ../../src/debug/AndroidManifest.xml:17: This host does not support app links to your app.…
scholt
  • 150
  • 2
  • 8
2
votes
1 answer

Android App Links and build flavors -- multiple declarations required in assetlinks.json?

I am working on implementing App Links for a project which has multiple build flavors and I am wondering how I should structure my assetlinks.json file. The package names have a com.android.shared.package.flavor format, can I just use…
kira_codes
  • 1,457
  • 13
  • 38
2
votes
0 answers

Get app link referer

I implemented app links. Is there any way to get the referrer from which the user came to my app without adding additional information to URL? Or at least any way to filter open intent only from some source, for example, email or messenger, but not…
2
votes
0 answers

Android Samsung clear default app opening

I have an app which open urls via app links. In some cases I need to open external browser, because I cannot resolve link. If user select always open my app and I need to open external browser - I clear app defaults by…
2
votes
5 answers

How to setup /.well-known/assetlinks.json on Google AppEngine Web App (Java)

I need to include the .well-known/assetlinks.json file in my AppEngine Web App. It is mandatory to enable App Links for my Android application as described here https://developer.android.com/training/app-links/index.html I added this line in the…
2
votes
1 answer

Add app link in existing contact profile android

I am working on a application where i need to add my app link just like freecharge or whatspp in phone's existing contact profile without creating new. I tried doing this with the following code public static void addContactTag(Context context,…
Kushminder Garg
  • 518
  • 1
  • 6
  • 14
2
votes
1 answer

Facebook App Link wrong behaviour with al:web:should_fallback on Android

I have a web page in place with proper App Links tags; the relevant ones for the Android part are:
Giulio Piancastelli
  • 15,368
  • 5
  • 42
  • 62
2
votes
0 answers

Facebook ios app not launching my app when clicking on shared posts

Update: I'm using Facebook version 48.0 and iOS 9.2.1 I have been struggling with Facebook-sharing and deep linking into my app on iOS9 for a couple of days now, and I just can't get my app to automatically launch when tapping on shared content.…
Dancar
  • 29
  • 3
2
votes
1 answer

metadata with deep-links to open my app on android and ios doesn't work

I tried to open app store on mobile when user doesn't has this application and to open application when user has application. I added meta tags in header of new page open_chat.html:
yulia
  • 21
  • 2
2
votes
1 answer

Facebook Deep Linking Not Working for Open Graph News Feed Stories

I'm developing an iOS app that uses a custom URL scheme and supports deep linking. I've tested that the deep linking works by typing my custom URL directly into safari; it takes me to my app. Additionally, when I share a link to my website on…
2
votes
1 answer

How to install an ios app and send a parameter to it?

I have been looking at how deeplinking works but I am not still sure whether it could be applied to my case. I have an app on apple store. Different people through different paths (imagine through different specific webistes) will be forwarded to…
amistres
  • 63
  • 1
  • 7
2
votes
1 answer

Applinks in android not opening installed app

We've implemented applinks in our android app, but they seem to be misbehaving when links are being opened in apps other than Facebook. Even though our app is installed in our phone, when we press a link which was shared to any other app (whatsapp,…
Eran
  • 165
  • 2
  • 10
2
votes
1 answer

iOS 9 App links not working as intended with URL Shorterning

I followed iOS9 app links guide (here) and app links are working fine i.e. Whenever i access http://www.domain-name.com/some_page it redirects to my application and handles it properly. But if i shorten the exactly same URL then it launches Safari…
kodeshpa
  • 549
  • 5
  • 14
2
votes
1 answer

Facebook App Links (Deep Linking)

Can't get Facebook app links working FOR THE LIFE of me. I think I got all the tags setup properly:
Jesse James Richard
  • 473
  • 1
  • 6
  • 20