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

App Link synthetic back stack not working in compose navigation

As per https://developer.android.com/guide/navigation/navigation-principles all the screens mentioned as start destinations should get added to backstack. I can verify that it works fine by using adb -d shell 'am start -W -a…
0
votes
0 answers

Ability to exclude specific paths in Applinks(Deeplink)

Statement : Exclude certain urls paths from Applinks Let's say our application is configured with applinks to handle the domain http://www.example.com/ and I wish to exclude http://www.example.com/redirects path. Following methods we had checked…
radkrish
  • 130
  • 1
  • 15
0
votes
0 answers

Enable/Disable the deeplinks at code level

I am working on a flutter app that supports deeplinks via library plugins like app_links, uni_links. I have the requirement that I want to disable the deeplinks (weblinks) in the app for a particular workflow. I can precisely identify the scenario…
0
votes
0 answers

Android App link is not verified when wild card domains are used

This is my AndroidManifest.xml
ThinkAndCode
  • 1,319
  • 3
  • 29
  • 60
0
votes
0 answers

Oauth deezer API, problem to distinguish user because of fixed Redirect URL

I want to do an android app that integrates some of the deezer API features. To do so, i need to have an accessToken per user so that I can make modification on their profiles, like add playlists. Because the deezer sdk for android is deprecated I…
0
votes
0 answers

Is there How to filter app links using parameter?

I know applinks can be filtered by path via manifesto file. By the way, I want to filter using a specific parameter. Is there a way to filter using specific parameters?
0
votes
0 answers

When I used the lookup tool on this it came back as malware, can anyone confirm that for me?

My phone is is not working quite right, it’s slow, the battery is crap all of a sudden and weird things are going on. Apps that I had previously deleted showing back up. Old accounts coming back. Deleted texts showing back up. I have an Apple ID…
0
votes
2 answers

How to disable android deeplink or applink?

There is a WebView in my android app. It loads a webpage and user may click links to launch other apps by url scheme. Now I need to avoid this action. For example, when user click a correct deeplink or applink in WeChat, WeChat will just say…
0
votes
1 answer

How do I register an applink in AppDelegte .net Maui

I want to add applinking in my Maui app. I follow this guide for Xamarin: https://www.xamboy.com/2019/01/08/applinks-in-xamarin-forms/ Now I registered my applink for android in MainActivity.cs [IntentFilter(new[] { Android.Content.Intent.ActionView…
Tobination
  • 178
  • 11
0
votes
1 answer

How to get direct Google play store app download link for user?

I have uploaded an app to the Google play store which is published successfully and is in production mode. But the problem is if click on the play store app link https://play.google.com/store/apps/details?id=com.weather.check.app then it requires…
0
votes
0 answers

Android App links not work in google chrome incognito/preview mode

How to open android app with app links from chrome incognito mode? the issue overview when open link which is defined app links in chrome incognito mode, can not open the target application. just open link in browser. repro step open the chrome…
0
votes
2 answers

Can't get iOS app linking to work with firebase dynamic short links

I'm working on a Flutter app which displays content from a firebase database and uses firebase dynamic links and deep linking to let users share the content. I'm using short dynamic links, as they are more user friendly, and I followed the official…
Javierd98
  • 708
  • 9
  • 27
0
votes
0 answers

deeplinking works only on some phones for Android (React Native)

I am trying to implement deeplink feature in my React Native app. It works fine for ios, but on android it works on some phones. Initially I thought it was a version issue. But it works on my OnePlus 7 pro (OS:11) but not on my Vivo V20(OS:12). I…
Shepherd_of_fire
  • 101
  • 3
  • 10
0
votes
1 answer

Flutter: ERR_NAME_NOT_RESOLVED when backend redirects with a custom scheme

I am trying to login via Twitch and, to do that I am using https://pub.dev/packages/url_launcher and https://pub.dev/packages/uni_links. The code works well on iOS, but not on Android. The process is: Click on "Sign in with Twitch" Opens a browser…
DimZ
  • 297
  • 4
  • 18
0
votes
1 answer

How can the android app link detect the URL's path?

Now I am trying to develop the android app links. I have specified the paths so that I can open the app when the URL exactly matches. However, I found that if the host is matched, no matter what the path is, the app will be asked to open. Therefore,…
littlesam
  • 45
  • 5