android-app-links Questions
4
Solved
I have set up my deeplink by uploading the assetlinks.json file here
https://example.com/.well-known/assetlinks.json
Its working well till Android 11. It also works in Android 12 if it's not downl...
Kilmarnock asked 29/3, 2022 at 15:1
0
I have some problems with app linking in the Flutter project so I want to use Android Studio App Links Assistant.
But in the first step "Add URL Mapping" the activity drop box is empty
M...
Giffie asked 13/9, 2023 at 15:13
8
I have setup assetlinks.json and AndroidManifest.xml so that the desired App Links are verified in all previous versions of Android. However, the verification no longer works in Android 12 (current...
Subtractive asked 26/6, 2021 at 16:31
3
Is it possible to use Android App Links, starting with https:// such as: https://my-app.com/callback to redirect back to my application from an Android WebView in the end of an OAuth2 flow? I know ...
Psychosomatics asked 27/4, 2021 at 16:43
2
I am trying App Linking from URL in Android , that is opening app directly when clicking a respective link without showing suggestions from intent chooser (app not yet live in play store )
Eventhou...
Walters asked 22/4, 2021 at 7:1
3
Solved
In my app I have 3 activities, MainActivity, SecondaryActivity and TertiaryActivity. I want SecondaryActivity to be a default app link handler for a particular domain on Android 6, as described in ...
Hidie asked 25/3, 2016 at 22:30
3
Solved
I have a game that is using applinks. The applinks work fine when running debug and release versions from my computer but don't work for the version downloaded from Google Play. With the Google Pla...
Kaiak asked 19/7, 2020 at 5:59
2
I have an Android app whose targetSdkVersion : 30 and App Links are working as expected on my device running Android OS 11, but they are broken (web links don't open the app by default) on another ...
Matins asked 24/11, 2021 at 18:0
0
There are actually 2 parts to this question
Starting Android 12 Deep linking has changed quite a bit.
Domain verification
User approval for default links to open the app
My first question is are ...
Savadove asked 10/6, 2022 at 2:19
1
We have a web product and Android/iOS mobile apps with App (Android) & Universal (iOS) links enabled. This enables the OS to open our app in various scenarios where the user would otherwise hav...
Hyalite asked 29/1, 2020 at 23:26
2
I have implemented Android app links based on the below links.
https://developer.android.com/studio/write/app-link-indexing.html
https://developer.android.com/training/app-links
I have hosted asset...
Kodok asked 16/9, 2019 at 14:41
1
Solved
I'm using applinks follow: https://developer.android.com/training/app-links/verify-site-associations
When use cmd : adb shell pm verify-app-links
show: Unknown command: verify-app-links
my adb ver...
Koerner asked 6/1, 2022 at 2:55
4
Solved
I have enabled App linking in my application. It works fine. But in my application there are some scenarios where i cannot handle the incoming url. In those cases i want to redirect that url to the...
Pulsimeter asked 11/11, 2019 at 11:13
3
I added .well-known/assetlinks.json to my site and when I try link and verify in android studio app link assistant it says "Success! Your app is associated with the selected domains." But when I te...
Preparatory asked 2/7, 2019 at 18:7
3
Solved
Let us say there is a website https://www.example.com
and we are listening to https://www.example.com/product
in Android App with following intent filter
<intent-filter android:autoVerify="tru...
Metabolize asked 17/6, 2019 at 9:15
1
I am trying to implement app linking in my application. When I open the app I have a login screen with a login button. This login button when is pressed goes in browser for web login and then it is...
Millett asked 14/5, 2019 at 7:9
0
I am trying to Android App Linking via App Links Assistant in Android Studio (Android Studio version 3.3). I have entered all the site domain and Application ID correctly. I tried both signing conf...
Distefano asked 28/3, 2019 at 11:34
1
© 2022 - 2025 — McMap. All rights reserved.