python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Using wildcard in host attribute for android 12 AppLinks does not work ( android:host="*.example.com" does not work but www.example.com does )
If I use a wildcard to define deeplinking in Android 12 does not work it fails with legacy_failure if I run pm get-app-links com.example.app in adb shell but if I use a specific domain, the it works. ...
bboldi
Votes: 0
Answers: 1
Android App Links Assistant, avoid restarting the app
I am trying the App Links Assistant to test the browsable intents in my app as described in official doc (https://developer.android.com/studio/write/app-link-indexing) :
The problem, is that whenever...
htafoya
Votes: 0
Answers: 0
Android app linking open in webview leads to endless loop
On my project we are using an app-linking approach, however, we are still, unfortunately, forced to open these links in a webview (native implementation is on away).
So let's say this is my pattern ht...
Kostya Rudenko
Votes: 0
Answers: 0
Deeplink not work for some messaging app in Android
I am developing an android app.
It uses AppsFlyer's Onelink kind of a Deeplink.
I set up and tested, in general, it works fine.
When I tested this using Android studio, it works fine
When I tested th...
yoonhok
Votes: 0
Answers: 1