applinks Questions
4
We have universal links working for a long time now. Today I added a path to the AASA file (let's call it sub2). The path was not recognised by the app, even after reinstalling it.
When I debugged ...
Chorion asked 13/7, 2021 at 19:18
0
The Android app link is not working. I lost 5 days of sleep over this, from Monday to today 🫠.
What I did
I uploaded the assetlinks.json to my host, gifthub.kr, and it is accessible via https://g...
Currish asked 9/11, 2023 at 15:22
1
I successfully implemented deep-links, but now I would love to implement app-links as well, but I don't get wanted results.
AndroidManifest
<intent-filter android:autoVerify="true
<action...
Tennes asked 2/7, 2018 at 13:58
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
0
I am using deep linking for sharing event with that Id and I want here when my app is not install then redirect on playStore not website.
At this time when I am clinking on link then redirect on we...
Pisa asked 6/7, 2023 at 14:37
5
Solved
I've been reading the docs for supporting app links for android and the website my app supports works with subdomains but there's too many subdomains and they are built dynamically. I was wondering...
Hammurabi asked 3/12, 2015 at 14:23
2
Solved
I'm trying to create an App link but the App links assistant keeps throwing the below error in Step 3 (Associate website) while generating the assetlinks.json.
An error occurred while trying to ge...
Skill asked 12/10, 2021 at 14:2
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
1
Solved
I am trying to make App Links work on Android the whole day, using uni_links package, unsuccessfully.
When I open a link, the browser open it instead of launching the app.
You can see my full Andro...
2
Solved
I'm using app links with uni_links library in my flutter app.
There is a problem that
whenever I clicked my app link in another application(like Google Calendar), the OS opens my app again.
Some...
1
Solved
Having an issue filtering allowed subdomains for my app's universal links.
Let's say i have those domains:
- a.subdomain.domain.com
- b.subdomain.domain.com
- c.subdomain.domain.com
I want my...
2
Solved
I have the following manifest code:
<activity
android:name=".InterceptorActivity"
android:launchMode="singleTask"
android:parentActivityName=".HomeActivity"
too...
Reactance asked 8/12, 2021 at 14:19
2
Solved
I am trying to redirect the user to the installed app when visiting www.example.com/success as well as show a banner when visiting the homepage www.example.com.
With my current implantation the url...
Spermic asked 30/3, 2021 at 13:14
2
I am trying to implement deep linking in my ios app. Whenever i post a link through FB app, the link will be the page i have create with all the meta tags set up properly. The only problem is when ...
Quipu asked 30/11, 2014 at 18:10
2
I tested Universal Links in iOS by turning on Airplane mode and saw that the correct application was opened (instead of a website)
This indicates some level of "caching" the apple-app-site-associa...
Carnival asked 23/12, 2016 at 17:8
4
I had just about started implementing support for App Links into my app, when I bumped into this unusual issue.
Following the steps in the Android Studio app links tool, I was quickly able to mak...
Matthei asked 11/9, 2017 at 15:45
12
My app defines the intent filters to handle URL's from my site defined by
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW"/>
<category a...
Discern asked 20/2, 2016 at 2:31
2
Solved
In order to link my app with the web page in need to define assetlink.json like below.
[{
"relation": ["delegate_permission/common.handle_all_urls"],
"target": {
"namespace": "android_app",
"p...
Holothurian asked 2/1, 2018 at 5:32
2
Solved
Can anyone explain in real life example what is the difference between
App Links - https://developer.android.com/training/app-links/deep-linking.html
Deep links - https://developer.android.com/...
Gridiron asked 12/9, 2017 at 6:5
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
5
Solved
What I want to do
I have successfully set up deep linking for my app: When a link is opened, the user is asked to choose how to open it: Using my app or a browser.
I would like to use the new App...
Darelldarelle asked 31/1, 2018 at 11:30
3
Android M has added support for App links by creating a special assetlinks.json on the web server to delegate link handling to a mobile app.
For example, here's the content of such file:
[{
"rel...
Egmont asked 7/3, 2016 at 9:33
4
I have been trying (unsuccessfully) to use Branch to implement deep linking into our iOS application. The Branch URL redirects directly to App Store and never attempts to open the application. I mu...
2
I want to implement an app invitation, which I can share to users via a link
Hi, you've been invited to so and so. Click here to accept!
http://myapp.com/?foo1=bar1&foo2=bar2
The link its...
Avitzur asked 10/6, 2018 at 21:7
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
1 Next >
© 2022 - 2025 — McMap. All rights reserved.