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

I am using App links for deeplinks, it works as expected on an emulator but doesnt open in app on a physical device

clicking on https://myapp.com takes me to the activity its tied to on an emulator when the app is installed. But the same case doesnt work on a physical device. It takes me to the webpage even though the app is installed. The emulators I used were…
Gauri Gadkari
  • 237
  • 4
  • 12
0
votes
0 answers

Can't turn on Deep Linking for iOS in Facebook Developer

I'm developing an app which supports Facebook applinks. I was able to make it work for android. But for iOS, when I turned on “Deep Linking” (Settings -> Basic -> iOS), It didn’t save. It keeps the state as disabled. How to fix this?.
0
votes
1 answer

How can the design of a Branch "Link Domain" page be edited?

How do I edit the design (html, img, css) of the page hosted at [myapp].app.link? I have configured this in my Branch account configuration as the "Link Domain" for my app redirect. This Branch.io help page seems to imply that the page is…
user93453
  • 36
  • 4
0
votes
1 answer

Android App Link not working when apps are installed on "Work" profile

I have two mobile apps that need to communicate via Android App Links (let's say Mobile App A must invoke Mobile App B). Both mobile apps are installed in the "Work" profile area (Android Enteprise). The expected UX is that when App A invoke App B,…
Manugal
  • 15
  • 1
  • 7
0
votes
1 answer

iOS AppLinks only not working from mail app

We are in the progress of creating a new application and I'm facing some issues with the usage of app links. So I added the entitlements and I'm hosting the ".well-known/apple-app-site-association" file on my servers, that seems to be all good. Then…
0
votes
1 answer

Javascript/jquery: how to detect page loaded in other window or with applinks?

I'm integrating a new payment method in my webpage. This method use a webredirect to send the customer to the payment page. The redirect is made using location.href=.... command, then usually my web page is unloaded and user is sent to payment…
Tobia
  • 9,165
  • 28
  • 114
  • 219
0
votes
1 answer

Jumping back with App Links closes CustomTab

so what I'm trying to achieve is the following: In App 1, I'm loading a website in a CustomTab, this website jumps to App 2 via App Links. In App 2, after performing a task, I want to jump back to App 1, where the CustomTab still needs to be open as…
user969043
  • 756
  • 2
  • 13
  • 34
0
votes
2 answers

Applink not working inside iframe in Safari browser

I'm trying to open my mobile application using javascript inside iframe. It works fine in most of devices ( Android web browsers, iPhone firefox, iPhone Edge ) but doesn't work in iPhone Safari browser. These are the codes that I've tried. function…
Chris Kim
  • 1
  • 5
0
votes
1 answer

How to create a file in public folder according to environnement

I would like to add a different app-links.json to the root of my project according to my NODE_ENV I didn't see anything about adding a specific file to public folder in nuxt-config.js For example I want to have my app-links.json at the root of my…
Charles Lavalard
  • 2,061
  • 6
  • 26
0
votes
1 answer

Setup app links on a react mobile application

Im actually making a mobile app and i'd to setup links to open it when you click on it. I tried to setup app links but i doesn't seem to work... Here's my code : Manifest.xml
tycyly
  • 249
  • 1
  • 14
0
votes
1 answer

Using share 2.0.0 package i want to share my app's link but i have not published my app to play store yet

so how can i do that so that later on i can built and publish my app to playstore currently i have implemented to share only a demo link as simple text "Link to my app" Share.share('Link to my app'); but i want to change it something…
Anil Shrivastav
  • 105
  • 1
  • 14
0
votes
1 answer

iOS applink not working on the device but opens app on simulator

I tried to follow as many as suggestions as possible but could not get it to work on my app which is still in development (not in appstore yet). Here are the details: Only testing in iOS 14 for now. Following JSON file "apple-app-site-association"…
rysv
  • 2,416
  • 7
  • 30
  • 48
0
votes
1 answer

Universal link not opening app even with valid files

I am trying to open a app when universal link has been clicked . { "applinks": { "apps": [], "details": [ { "appID": "com.stage", "paths": [ "/*" ] …
Kishore Kumar
  • 4,265
  • 3
  • 26
  • 47
0
votes
2 answers

Why app links bring extra dialog on Huawei

When I have implemented app links for Huawei devices without GMS, I noticed that every time I test app link, it brings dialog asking user permission to open the app, which is kind of weird, as it looks more to be a deep link, not an app link. Why…
0
votes
1 answer

Why my Android app is opening inside Outlook application

I have an Android application that can be launched from the configured App Link. My app properly got launched as a separate app by clicking a link from a browser or from other email clients like Gmail etc. But with Outlook, when I tap on a link from…
rizzz86
  • 3,862
  • 8
  • 35
  • 52