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
1 answer

Facebook Applinks return no applink data at all

I'm using the Facebook Graph API, Mobile hosting API to post a link with the…
Leonardo Amigoni
  • 2,237
  • 5
  • 25
  • 35
0
votes
0 answers

How to use Prefer-Html-Meta-Tags: al

I'm trying to implement app links for deep linking into my app from Facebook post. I have added all the meta tags as the documentation describes but it is now working. I believe it is because I need to send Prefer-Html-Meta-Tags: al. This git hub…
mreynol
  • 309
  • 3
  • 17
0
votes
1 answer

iOS facebook app links host api returning null

I run this code but it does not return any values. I am having a very difficult time getting my story posted to Facebook timeline to simply launch my app when clicked on. I am mostly mobile app so after trying the metatags and that not working…
mreynol
  • 309
  • 3
  • 17
0
votes
2 answers

How do I link to my Android app on device?

I am using a url to redirect my app to facebook. One of the parameters for this is a url for redirection after the action is completed, which is where I need a link back to my app. I simply want it to go back to the app and wake it up again. Also…
Joe Filler
  • 13
  • 6
0
votes
1 answer

Applinks meta tags not working on facebook

I have gone though the documentation from both facebook and applinks.org a few times already but applinks are not working from the facebook android app. Clicking a link directly with the urlscheme for my app successfully opens the app. But when I…
osousa
  • 33
  • 6
0
votes
1 answer

Android Facebook sharing with deep links

I am currently sharing a link in my Android app by creating a chooser with an ACTION_SEND-Intent. I now want to add deep linking to the posts which already works with links from our iOS app into the Android app but not from links shared with the…
Micky
  • 5,578
  • 7
  • 31
  • 55
0
votes
1 answer

How would you implement routing within an Activity for AppLinks?

So the applinks documentation states that you should specify your app's package name through the al:android:package property, and the consuming application should launch an Intent to start your app. What I feel is lacking from the documentation is a…
Nilzor
  • 18,082
  • 22
  • 100
  • 167
0
votes
0 answers

facebook applinks back navigation

Does anyone know if current facebook ios app support the applinks back navigation (http://applinks.org/documentation/#uxguidelinesrecommendations)? i.e. when my app open a page on native facebook app, is there a way to go back to my app from…
user3675804
0
votes
2 answers

Applinks iOS URL Navigation

I am trying create an application that utilizes applinks. That is, I want to navigate to other iOS applications from my own. I have installed the Bolt framework and am using [BFAppLinkNavigation navigateToURLInBackground:url]; to navigate to…
Ankush Agrawal
  • 395
  • 2
  • 14
-1
votes
1 answer

How to implement universal link in ios 9.0 or above?

Using Branch code for universal link implemented in Xcode but no luck lingering around since long plz help.
-1
votes
1 answer

Unity and Facebook Missing App Link URL

I am trying to create on unity where when I click a button I get taken to invite someone to use the app. I have been able to get to that process but when it comes to clicking the invite button it says the following: Missing App Link Url The app link…
-1
votes
1 answer

Xamarin.forms AppLinks.RegisterLink() method fails when built in "Release" mode only

I had implemented Xamarin.forms AppLinks functionality into my app. It works fine, but only when running in Debug mode. I had reported this issue here. The logcat shows the following exception: I/MonoDroid(24606): UNHANDLED…
Alex
  • 1
  • 1
-1
votes
1 answer

Did anyone implement the app links introduced in Android M successfully?

I want to apply the Android M's App-Links mechanism to my company's app, after following the google's guide and reading this article, I just couldn't get it work! error message :
Pip
  • 152
  • 4
-1
votes
1 answer

iOS App Link can be opened from gmail/safari but not from facebook/twitter

i try to open an iOS application from facebook/twitter iOS apps. For that i use App link, using the key in info.plist : CFBundleURLSchemes. What i do, in order to have an acceptable link in twitter/facebook post i use a fake webpage which has the…
Mejdi Lassidi
  • 999
  • 10
  • 22
-3
votes
1 answer

How to make duck in app?

Some websites like Quora, and others have a, "open in app" icon. How do I do that and why doesn't stack exchange do that?
1.21 gigawatts
  • 16,517
  • 32
  • 123
  • 231
1 2 3
24
25