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

Firefox app link with website and Android app

I was browsing the stack overflow site on my phone (Android) using Firefox with the stack overflow app installed on my phone. Firefox had an Android icon at the toolbar allowing me to directly use the stack overflow app. Here is an image of that…
Arda Çebi
  • 1,705
  • 4
  • 15
  • 27
0
votes
1 answer

App content post on Facebook not opening app upon clicking post

I'm having some issues with Facebook App Links on Android. Problem: clicking a Facebook post that contains a URL to my app's content opens the webpage of the content in Facebook's mobile "browser" instead of deep linking into my Android app. Web…
Ryan
  • 3,414
  • 2
  • 27
  • 34
0
votes
2 answers

Create an AppLink for existing Content that works in the Facebook App

I have existing content ( e.g. https://3doo.com/web/medium/details?mediaId=41c087be-2f4a-4ee6-8336-2d56a702fba8 ) For this content I have created meta tags according to the facebook metadata reference and AppLink documentation. The AppLink works…
juli0r
  • 66
  • 9
0
votes
1 answer

Ionic 2 deeplinking no react

I run this command : cordova plugin add ionic-plugin-deeplinks --variable URL_SCHEME=kargosha --variable DEEPLINK_SCHEME=https --variable DEEPLINK_HOST=kargosha.com And after that I put assetlink.json in server (kargosha.com) You can check this…
Mohsen
  • 1,415
  • 1
  • 13
  • 26
0
votes
2 answers

Xamarin.Forms. Is there any way to bring to front my app?

I am developing an application with xamarin forms for android and ios. One of requeriments of the app is to react certain links from e-mail. I am able to react to these links and make the logic in the application but I need to bring the application…
0
votes
0 answers

Implementing Facebook App Link via Facebook Share Dialogs on Android

Currently, the android app using the following intent to share an image. User can select facebook as one of the options. Intent share = new Intent(Intent.ACTION_SEND); share.setType("image/jpeg"); share.putExtra(Intent.EXTRA_STREAM,…
windchime
  • 1,253
  • 16
  • 37
0
votes
1 answer

How to prevent Chrome from opening App Links

I have an android application say Sample App. I want to add App Links according to Android Developer Guide. I was successful in implementing them, but there was an problem with Chrome. When I access the corresponding Sample Web App and there is
aruke
  • 611
  • 1
  • 10
  • 17
0
votes
1 answer

Facebook Mobile hosting api for App links is not working in Android

I'm trying to make App Links work with my Android app. I have successfully created App-links from wen HTML page(with meta-tags) and its work fine with redirection to my application from Facebook. But when i try with the facebook mobile hosting api…
Harsh Trivedi
  • 1,012
  • 8
  • 25
0
votes
1 answer

App link or Deep link with profile redirection

I have a link like http://example.com/user/profile/MJi0aE Here MJi0aE is unique user id for redirecting to view particular user profile. Expecting: if i click that link from anywhere in mobile eg:message box,whatsapp inbox it should open app and…
Dev
  • 11
  • 4
0
votes
1 answer

Do Android AppLinks require a production release of App?

I am working on integrating Android Applinks into my application. I have successfully integrated deeplinking via branch.io and uri schemes to take a user into my application when installed. I am now trying to get AppLinks to work and to take the…
Jaskaye17
  • 627
  • 10
  • 22
0
votes
0 answers

Android: Get the clicked url that opened the application

I have App Links setup which routes the specific urls into the application. How can I determine what the url of the last clicked url that opened the app was? The issue I'm running into is if multiple listeners for onResume are registered (IE I open…
0
votes
1 answer

Facebook App Links for iPad-only App

I'm working on Facebook App Links for sharing content from my iPad-only app. The App Links work correctly on an iPad -- if the link is clicked on in the Facebook app, my app opens directly, or redirects to the App Store. However, when clicking on…
olynoise
  • 2,016
  • 2
  • 19
  • 32
0
votes
0 answers

Facebook upload photo+applink

I'm working on an ios-only app that the user creates a unique pattern with, and then shares this pattern (image) on Facebook via upload. What I want is that when people click on this image in the feed, it should open my app. This functionality can…
0
votes
1 answer

Intent filter behavior with web page redirect

I have a question about the way that a declared intent-filter for some page example.com/pageB in AndroidManifest.xml would work in the following scenario: There is a link in an email for a page example.com/pageA that is not declared in an…
kira_codes
  • 1,457
  • 13
  • 38
0
votes
1 answer

Facebook app links don't open app when post is clicked in 2017

I've added app links headers for my web site with metadata for my iOS app, but they don't open app when post is clicked. Is app links works as described in documentation in 2017? (https://developers.facebook.com/docs/applinks/add-to-content)
danteCore
  • 21
  • 1
  • 5