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

App links Assistant

App link is declared in manifest, but its working in some mobile. when we click that link. In some mobiles like asus when we click link its opening website.It doesn't ask to open with chrome or App?
Ragavendra M
  • 442
  • 5
  • 15
1
vote
1 answer

Branch.io - How to setup universal links/App links in Ionic app

My app is built on ionic 1 and I have followed this guide to get things working. https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking When you click on the branch url, the app opens up fine. Now I want to setup android app…
1
vote
0 answers

Use App button on facebook page is not opening the app link on both appstore/playstore

I've implemented the facebook "Use App" button on the facebook page and I'm trying to redirect the user to the appstore link or the playstore link depending on the User's device. But I get blank page instead of taking me the playstore when I open it…
jason
  • 3,932
  • 11
  • 52
  • 123
1
vote
2 answers

Use app links to launch instant apps

I created a instant app for which I created app links. I hosted assetlinks.json over valid website. My website name is as below: https://instantappsbase.firebaseapp.com assetlinks.json is hosted over the above website through generated digital…
1
vote
1 answer

Deep link won't work if opened from the same domain

I've spent few hours trying to get my deep links to work. The only issue that I still have is that it won't work if the link is opened from the domain that is supposed to be handled by the app but it works fine if the link that is clicked from any…
1
vote
1 answer

App Link when shared on Facebook through android/Ios app

Im currently implementing share functionality in my Android/IOS app but encounter some issues providing a correct link for the facebook scraper. So from my perspective there are 2 options: Use facebook Hosting for App-link Use a custom redirect php…
aitch213
  • 11
  • 1
1
vote
1 answer

How facebook App links work as deferred link on iOS

How facebook app links or Tapstream deep links provide support for deferred links on iOS. For example when app is not installed on device then it redirect to app store which is fine; but it also sends the data to app on installation which was there…
Amit
  • 283
  • 3
  • 17
1
vote
1 answer

Is it possible to use Facebook App Links with email and pass through App Store install?

I am planning to use app link from FBSDK to invite using my iOS app via email. I know if my iOS app was installed on the device it will be opened when I select the link and handle invite token in URL. But how about if my app was not installed?…
mavien
  • 28
  • 4
1
vote
1 answer

Universal link must be root domain?

Universal link must be configured as root domain in Xcode Associated Domains? I searched for a long time, and read the whole apple document, but i can not find the obvious answer or definition about whether we must config the Associcated Domains as…
Ryan Yan
  • 580
  • 5
  • 11
1
vote
1 answer

Android App Links - Pattern with # in URL

I am trying to implement Android App Links. The website where the url is linked to, is developped with Angular, thus all URLs have a # in it (#! exactly). http://myDomain/#!/vehicle/schema_id I cannot find the good pattern that works with the…
Tweety B
  • 65
  • 6
1
vote
0 answers

Launch android test app from html page

I am trying to do a simple thing - launch my android app from a html page running locally on my phone. Some more details : My android app is a test app which only launches the main activity and says hello world in a text view. The app isn't yet…
API
  • 449
  • 3
  • 12
1
vote
1 answer

Android App Links not working, is it because of Annotations?

I'm new to Android, still learning it, and I have a project that uses AndroidAnnotations, and want to implement App Links. I read the documentation (here) and even read some questions here on Stackoverflow. Following the documentation, the…
1
vote
1 answer

Facebook App links(Deep links) not working on mobile browsers

I run into problem linking app with facebook sharing. I have the following meta tags for the web page. What I want is when user share the page to facebook, and when the post is clicked. It should trigger an intent which launches the native app. The…
Flmhdfj
  • 878
  • 1
  • 8
  • 18
1
vote
0 answers

Open Facebook App from WebView when WebView has already set WebViewClient

I have a WebViewwhich has a WebViewClient set with shouldOverrideUrlLoading method in it returning false. public class myWebClient extends WebViewClient { @Override public boolean shouldOverrideUrlLoading(WebView view, String url) { …
Sash_KP
  • 5,551
  • 2
  • 25
  • 34
1
vote
1 answer

Applinks intents not working on android

I have an Android app that should open links on the app which clicks from the web browser. I have the following intent filters:
aligur
  • 3,387
  • 3
  • 34
  • 51