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

iOS 9 custom URL scheme not working

My web application is making use of iFrame to launch a App using custom URL scheme. With the latest release iOS 9 this has stopped working. On going through articles online, I have some understanding now that Universal Links are way to go about it…
leo11
  • 85
  • 4
  • 13
0
votes
1 answer

Facebook: Quick Start for App Links Hosting API. Edit existing App links

In Facebook: If I use the "Modify an existing App Link URL". How can I see my existing App Links or do I have to remember the links myself? Regards
Chris G.
  • 23,930
  • 48
  • 177
  • 302
0
votes
2 answers

Apps Link not working in facebook and safari

I try to implement App Link in my IOS project. I've setup URL Schemes, and tested by typing testApps:// into mobile safari. Open apps dialog is prompt. Im also setup a html file, access by public domain, www.testSite.com/testApps.html and include…
Steven
  • 160
  • 1
  • 12
0
votes
1 answer

Unable to get Applinks (with Rivets component) working on Android

I am currently tring to setup deep linking in Android apps. First, I would like to as if the app be run from any website (meaning host - "example1.com" or "example2.com") if they have the meta tags set correctly? This is how my test web page looks…
Jakub Holovsky
  • 6,543
  • 10
  • 54
  • 98
0
votes
1 answer

how does al_applink_data get injected to stringWithContentsOfURL?

I am using Facebook's AppLinks deferred deep linking (DDL) option to pass some custom deep link info upon install. Once I get the DDL trigger, I call a certain external URL to log the DDL activity using a simple call to stringWithContentsOfURL. For…
Sagi Mann
  • 2,967
  • 6
  • 39
  • 72
0
votes
1 answer

Adding metatags by javascript cant be seen in source code

$(window).load(function () { $('head').append(''); }); This code works fine but cant be seen in html source code, What is the best way to add metatags which can be seen in source code…
Mehmet Eren Yener
  • 2,006
  • 1
  • 23
  • 37
0
votes
0 answers

Facebook App links does not redirect if app is not installed

I am trying to share a picture on Facebook through an app I am making. If the user has the app installed on his iPhone I want him to open the picture link with the app instead of the web browser. I am using app links for that purpose…
Gustanas
  • 406
  • 3
  • 13
0
votes
1 answer

Examples of Facebook AppInvites with Branch.io in Swift

Branch has great examples of how to create their deep links with AppLinks in Swift but I can't find any examples of how to create Facebook's AppInvites in Swift. Has anyone done this yet?
Alex Austin
  • 1,142
  • 8
  • 11
0
votes
0 answers

For what purposes i can use App Links?

There is a standard, called App Links, that allows to easy link & communicate between native mobile apps, browser, etc. But for what purposes this can be used? As i understand, it is possible to define only one app per one page (it should be opened…
avasin
  • 9,186
  • 18
  • 80
  • 127
0
votes
1 answer

App links does not work on android/ios default browsers?

I use following code to describe my links:
avasin
  • 9,186
  • 18
  • 80
  • 127
0
votes
1 answer

Handling cold start for App Links for Facebook iOS SDK V4.1

This is implemented in AppDelegate func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool { return FBSDKApplicationDelegate.sharedInstance().application(application,…
NFilip
  • 427
  • 4
  • 15
0
votes
0 answers

Facebook Deeplinking Not Working

I have created a web page with HTML Content as described in the AppLinks demonstration and that link is : http://reittv.w3studioz.com/terms/terms1 I have enabled the deeplinking in facebook App Settings. now I am sharing the post on facebook using…
0
votes
1 answer

Can multi platform app published Facebook OG story, link to AmazonStore when the app is not installed on Amazon devices

I am working on a multi platform app, availabe on Facebook, iOS, Android, and Amazon devices. Facebook originally use Deep Linking to open iOS app or Android app when user clicked Open Graph story, and open iOS store or Google Play store when app is…
0
votes
0 answers

Get referer-app-link or the source app from where applink is clicked for Cordova Android App without using the Bolts framework

I can open my app through facebook but I am unable to go back to facebook.
Vishwani
  • 623
  • 6
  • 8
0
votes
1 answer

Facebook App Links Mobile Hosted API doesn' t detect installed app iOS

I am trying to implement Facebook App Links using the Mobile Hosted API. Everything goes smoothly but when I test the App Link URL the app doesn't open even if installed and the URL redirects to the App Store. The custom URL for my app is set…
Leonardo Amigoni
  • 2,237
  • 5
  • 25
  • 35
1 2 3
24
25