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

branch.io link behavior different in two iphones

iphone 6 and iphone 6 plus, both iOS 9.3.2 downloaded the app from the store. When we try to use a live branch link, iPhone 6S: app store is opened iPhone 6S Plus: app is opened What are the possible problems here?
Ted
  • 22,696
  • 11
  • 95
  • 109
1
vote
2 answers

Have trouble with iOS 9 Universal Links when adding character * in applinks as 'applinks:*.codestuffs.com' which is inside Associated Domains section

In Apple's document, it said "You can use the asterisk character * as a wildcard to match variations of an associated domain.” It may looked like this: “applinks:*.users.mywebsite.com”. (Apple document url:…
Laurence Fan
  • 1,074
  • 1
  • 11
  • 15
1
vote
0 answers

How to pass an id with FBSDKShareOpenGraphObject so when story is selected on Facebook it goes to that particular content in app

I'm using Facebook's Mobile Hosting API for iOS and open Graph Stories, I want to know how to pass an id with FBSDKShareOpenGraphObject so when selected on Facebook it goes to that particular content in app. So far this is how my Share Dialog…
1
vote
0 answers

FaceBook App Invite with custome URL scheme iOS

I am trying to realize App Invite feature for iOS app. All works good except custome URL Scheme with parameter (like referral). iOS app has two URL Schemas: fb123456789712345:// myappurlscheme:// Meta tags in web server:
IRoslaFF
  • 11
  • 2
1
vote
1 answer

App Links open HTML5/JS application

I wanted to know if, with App Links there is any possibilities to open mobile application based on HTML5/JS ? Documentation is totally clear, and for Android it's using INTENT, but as far as I know, there is no INTENT in HTML5/JS. Did someone…
Nicolas Le Bot
  • 324
  • 5
  • 15
1
vote
1 answer

Facebook applinking doesn't open the apps

I have implemented facebook applink, and it seems to be work. When i share a link from facebook, it open dialog that confirm to open with the apps. But install or compile from android studio, the alert still appears. I have checked the package name…
Adi Z
  • 163
  • 1
  • 9
1
vote
0 answers

Launching app within another app

So I'm looking for the best way to open an app within another app on Xamarin forms when the app is install.. Currently I have an external link to the playstore (which loads up the app on play store) but, when the app is installed I'd like to link…
RobJakeDorsett
  • 48
  • 1
  • 10
1
vote
0 answers

Redirecting Facebook app back to origin

I've been trying to go with Applink protocol provide linkback referal from Facebook to original app. The way I've contructed destination link is: fb://profile/123456?al_applink_data= where is url encded…
Bojan Babic
  • 605
  • 5
  • 19
1
vote
1 answer

How to implement app links on android marshmallow?

App links are being changed in Android 6.0, so that Android has a greater awareness of which apps can open content directly, instead of stopping users every time with the dialog box. How do i implement it?
Ganesh Pandey
  • 5,216
  • 1
  • 33
  • 39
1
vote
1 answer

Facebook app linking with iOS

My requirement is to create simple Facebook app linking to open installed app / redirect to app store link. I have followed instructions on below link https://developers.facebook.com/docs/app-ads/deep-linking I am able to create link immediately but…
1
vote
2 answers

Facebook Android App Link

I have a new app and I'm trying to implement it to "Call to Action" facebook page button, but I have no idea what I shall write in the "App link" text box. They put an example link of: example://location/123456 But I have no idea what it's refering…
Eliran
  • 207
  • 1
  • 2
  • 11
1
vote
1 answer

Irritating and confusing hosted applinks issue on iOS

All my hosted facebook applinks used to parse in my app using the bolts framework fine. I go to sleep, wake up and now none of my hosted applinks parse and my app crashes when trying to parse them using the bolts framework. I have even tested a…
1
vote
1 answer

Custom Json data from Facebook Applinks

I am using below piece of code for getting target_url to my App.. every thing works fine but I want to pass json data from the target site to my app.. I have refered to Applinks.org documentation but there is no precise documentation on what i…
DRY Believer
  • 1,001
  • 11
  • 20
1
vote
0 answers

How to avoid google play redirect

I have added the following tags on my page: http://www.lth-hlh.com/test/exmaple
Linghui
  • 151
  • 1
  • 2
  • 9
1
vote
1 answer

Facebook deeplinking from android

I am implementing facebook deeplinking to my android app. The behavior is that when someone shares something on my app it creates a aspx landing page, if someone clicks on the landing page link on an android and has my app installed the deeplinking…