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

How to use Facebook Mobile Hosting API for App Links

What I want to do is very simple. I have an app that posts to Facebook and I want to create a link so that users can be redirected to my app. It is mobile only with no web hosting so I want to use Facebook's Mobile Hosting API as documented here:…
1
vote
1 answer

How to link to a specific photo or post in the Facebook app

I'm trying to link to a specific post on a public Facebook page from my iOS app. I thought for sure that App Links would be the solution to this, as it's something that Facebook itself developed. Of course, Facebook doesn't actually implement any…
Cory Imdieke
  • 14,140
  • 8
  • 36
  • 46
1
vote
2 answers

Access issue between Stash and Jira

I have a small plugin checking several things, if the pull request description contains a valid Jira ticket among other things. The following code was working fine when tested on Stash 3.2.4, but stopped worked the day after, when we upgraded Stash…
Amaranth
  • 2,433
  • 6
  • 36
  • 58
1
vote
1 answer

Facebook Android app link opens Facebook page instead of Play Store

I generated and using a facebook App Link to my Android app. When the app is installed on the device, it correctly runs the app. When the app isn't installed, the link brings to my app's Facebook page, instead of opening its Google Play page. This…
Thomas Calc
  • 2,994
  • 3
  • 30
  • 56
1
vote
1 answer

Facebook AppLinks on fresh installs

According to this documentation (https://developers.facebook.com/docs/applinks/ios), if the app is not installed on the device, the user will see an option to install it. I could see that Facebook has used SKStoreProductViewController to accomplish…
Hyun Cho
  • 261
  • 1
  • 3
  • 7
1
vote
1 answer

Browsers does not redirect to app store with app linking on Android

We have an app in the store, let's call it com.example.myapplink, though it is something else. In development, app linking is working fine, via Facebook shares by test users, if the app is already installed on the device. If not installed, I'm…
Mark Murphy
  • 1,580
  • 1
  • 16
  • 29
1
vote
0 answers

Benefit of App Links for deep linking

Recently facebook introduced Applinks (http://applinks.org/documentation/) I am not able to understand the business benefit for this new way of deep linking, can someone explain it from that perspective p.s. i am unable create applink in the tags
subbul
  • 947
  • 1
  • 7
  • 14
0
votes
0 answers

I have added deeplink to my app, but the url that my app can open are not set by default in my app settings

App links open perfectly but only issue is I have to set the url by clicking on add link and there in options that url is already present and i need to add that manually Here is the code for deep link in android manifest file …
0
votes
0 answers

Android App-links not working with certain path with query params

App-link isn't working with certain path. For example: - works fine
0
votes
0 answers

Universal Links/App Links doesn't open the app with URL redirection

If I add my universal link (XYZ.com) for a Button onClick or any other action click, the app opens without any issues. But my usecase is something like this, There is a button in the website with an onClick to ABC.com ABC.com opens in a new tab and…
0
votes
0 answers

Samsung internet, opera blocks redirection to Android app

I am implementing authentication using custom tabs in Android. I am using intent:// protocol to launch the app since some Internet browsers doesn't support https:// Other major browsers do seem to redirect but not Samsung internet,…
0
votes
0 answers

Unable to start my Android application using Android App Linking

I want my application to start when my user types a specific URL in his browser. To do so, I implemented Android App Linking using this documentation : https://developer.android.com/training/app-links/verify-android-applinks . I created my…
0
votes
2 answers

how to add support for "?" (query) in path for apple-app-site-association file?

"apple-app-site-association" file content: { "appclips": { "apps": ["**********.com.project.example.Clip"] }, "applinks": { "apps": ["**********.com.project.example"], "details": [ { …
Deep Gandhi
  • 157
  • 1
  • 4
  • 13
0
votes
0 answers

assetLinks.json file problem while configuring App Links in Android

I am trying to configure App Links in my Android app. Android documentation says I need to have mydomain/.well-known/assetLinks.json file in place. The problem is, my hosting provider (Domain.com) does not allow directories (files) starting with a…
skiffrace
  • 21
  • 4
0
votes
0 answers

iOS app isn't opening from facebook messenger. Works in other apps

I'm having issues getting my installed iOS app to open from facebook messenger. It works in other apps such as iMessage, safari, whatsapp etc.It just seems to open in the facebook messenger browser. I've tried following this sample:…
Alex
  • 1
  • 1