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

Android Rivets Applink Data Always Null

I am using Rivets with Android to open my app and get data from a webpage. I have the following in my onCreate method. if (Intent.HasExtra("al_applink_data")) { var data = Intent.Data.ToString(); var…
m_drazzi
  • 106
  • 1
  • 8
0
votes
1 answer

Link to intent - is it possible?

Is there any way to create a link, that will call an intent? It is good to create intents in application and call it from there, but what if I want to pass an intent throw link, for example in message or put it on website.
TEXHIK
  • 1,369
  • 1
  • 11
  • 34
0
votes
1 answer

Branch.io Deep link not opening application in iOS

I am using Brach SDK to implement deep linking into our iOS Application. The Branch URL redirects directly to App Store if I am opening from FB, Skype, LinkedIn iOS App. But it redirecting to our app if we are opening from the Whatsapp and…
Meet Doshi
  • 4,241
  • 10
  • 40
  • 81
0
votes
2 answers

Deeplink on click opens intent chooser in android

I have implemented deeplinking in one for my activities. But when the link is clicked, an Intent chooser opens asking whether to open from the app or from the browser. How to open from app directly? Also, when the app is not installed, it does not…
Sahana Prabhakar
  • 581
  • 1
  • 8
  • 21
0
votes
1 answer

My Content Uri's keep launching the same application

I'm using content URI's to link content (more like launch a specific activity) in an app and other apps that I've developed but the problem is anytime one application is selected from the android launcher the rest of the URI's keep opening using…
viktour19
  • 11
  • 3
0
votes
1 answer

How to send unhandled App Link back to browser

I am adding App Links to an Android app. It is working well, but I am now considering failure cases. If I can't retrieve the information I need from the URI, then I want to send the URL back to be opened by a web browser. If I attempt to start an…
zorro2b
  • 2,227
  • 4
  • 28
  • 45
0
votes
1 answer

App links for iOS using xamarin.forms

Using Xamarin.forms and getting AndroidAppLinks on NuGetPackages I'm able to associate links to my app and makes it open the page I want. I'm trying to do the same with iOS. About this, I have two questions: Do this kind of thing exists? How do I…
Leandro Lima
  • 1,140
  • 3
  • 24
  • 42
0
votes
2 answers

Link that ignores applink

Have a website, want to link to another page of it, and if the user has the android app installed give the option to view it in the website or app... But not using the android "open with" screen, as often users will select "always" thus hiding the…
Smellymoo
  • 97
  • 7
0
votes
1 answer

Do Twitter cards work with universal links/ + deep linking?

I hear that universal links are more secure than the application URLs and want to exclusively use iOS Universal Links. The Twitter Card documentation seems to only emphasize app links. Can I use deep linking with Universal Links in Twitter Cards?
makerofthings7
  • 60,103
  • 53
  • 215
  • 448
0
votes
2 answers

Using Facebook App Links, How would i link a user from my website to my mobile app?

Using Facebook App Links, How would i link a user from my website to my mobile app? I've been trying to do it but i'm unable to do so. I've tried adding meta-tags to my html test document, using pinterest as an example:
Callum
  • 139
  • 1
  • 13
0
votes
1 answer

Facebook Sharing with image and Applinks

I stuck on the Facebook sharing.. All I want is to post an image from my iOS app, with text and applink, that can redirect users to installed app or App Store. App link works fine, I described some metatags like this:
Alex Kosyakov
  • 2,095
  • 1
  • 17
  • 25
0
votes
1 answer

Facebook AppLink created from applinkshost

I use UIActivityViewController for sharing content, code is pretty simple: UIActivityViewController* activityViewController = [[UIActivityViewController alloc] initWithActivityItems:[feedCell activityItems] …
Alex Kosyakov
  • 2,095
  • 1
  • 17
  • 25
0
votes
1 answer

Does AppLinks Work With an Ad Hoc iOS Install

I am using iOS 9.3.3 and have the latest version of Facebook installed. I have my app installed under the Ad Hoc provision. I have tested my URI scheme with plain links in safari and my app opens perfect and deep links how I want. However when I try…
user2528676
  • 91
  • 1
  • 8
0
votes
0 answers

Open Facebook app share dialog from mobile web link

I'm trying to open a share dialog in the native Facebook app (Android & iOS) from a mobile web page. I am handling the possibility that the user will not have the app installed so that's not an issue. I was hoping to open the native app using…
cyclic
  • 402
  • 1
  • 6
  • 17
0
votes
1 answer

Xamarin.Forms - iOS app linking to an http scheme url doesn't work

I'm developing an application with Xamarin.Forms for Android and iOS. When I enter into an url that's like http://app.myapp.io/user/reset-password/{some_hash} I open the app in a special screen that allows the user to set a new password for his…
4gus71n
  • 3,717
  • 3
  • 39
  • 66