Questions tagged [digital-assets-links]

Asset Links is a protocol to securely capture statements made by digital assets such as web sites or mobile apps about their relationship with other digital assets. Statements can reliably be attributed to the owners of the source assets.

29 questions
2
votes
0 answers

Android App links not working with actual android device browser

I have updated my current play store app with the Instant app feature enabled. Also, in the same app, I have added the android app links using the below document. https://developer.android.com/studio/write/app-link-indexing I have followed all the…
Kutbi
  • 1,154
  • 2
  • 18
  • 32
2
votes
0 answers

Why after updating file from example.com/.well-known folder is not reflecting changes

I am testing Android Digital Asset Links for deeplinking, uploaded file to example.com/.well-known/assetlinks.json. But once I tested with Project1 successfully. Now I am trying to upload assetlinks.json of another Android project (Project2) to same…
pallav bohara
  • 6,199
  • 6
  • 24
  • 45
2
votes
1 answer

Digital Asset for App Linking for App target statement list android manifest

Hey Guys I was going through deep link implementation documentations, It's written that "In an Android app, the statement list is a JSON snippet with the same syntax as a website statement file, but it is embedded in the strings.xml file" Example…
1
vote
1 answer

Should we keep our SHA-256 public?

When generating a Digital Asset Link we are supposed to asset links file contaning SHA-256 of our android app and post it to https://www.your-host.com/.well-known/assetlinks.json as stated here. So is it safe to post our SHA-256 publicly? Just read…
1
vote
1 answer

Is there an order of preference when associating a website with multiple Android apps?

Based on the documentation (Associating a website with multiple apps), it is possible to associate multiple apps as handlers for a website's links. The DAL looks as such: [{ "relation": ["delegate_permission/common.handle_all_urls"], "target":…
siger
  • 3,112
  • 1
  • 27
  • 42
1
vote
0 answers

Google asset links not working in android

I want to use google digital asset links feature for the purpose of opening a designated host link to open in a designated app on mobile devices, if the app is installed. I have done all the settings, 1. uploaded assetlinks.json with package-name…
Uzzwal
  • 13
  • 5
1
vote
3 answers

Android Instant App Play Store Errors

Whenever I upload my base and feature APKs to Play Store I got these errors : You must provide a default URL for your Instant App APKs. Learn More Your site 'www.example.com' has not been linked through the Digital Assets Link protocol to your…
0
votes
2 answers

Flutter android 12 deep link is not working

Android 12 deep link is not working tried so many ways but not getting solution its open the link in browser not in app. I am sharing all the stuff that i tried please let me know where is something going wrong . Link is working fine on less 12…
0
votes
1 answer

AssetLinks file expected traffic and failure scenarios

I am working on setting up my Android app to work with HTTP Web Links according to the various guides and protocols and have successfully setup the deeplinks which includes serving my assetlinks file from /.well-known/assetlinks.json. Everything is…
amza
  • 780
  • 2
  • 7
  • 32
0
votes
1 answer

TWA bases app sometime showing URL and sometime working, even Assetlink.json uploaded properly

I have website (https://www.kriscent.com/product/kart-supermarket/). I created PWA of that after that I uploaded it on Play store by using TWA(Trusted Web Activities), App URL is…
0
votes
1 answer

Usage of Party Ids on Project DABL on a React Typescript Web Application (cloned create-daml-app)

I'm trying to create a Web Application based on create-daml-app and this Web Applications React Typescript will be deployed to Project DABL as well. How can we use the Parties that were been setup on the Project DABL Ledger Settings and be used as…
0
votes
1 answer

Digital asset links verification with SSL client certificates

I have a web app, which is accessible over https, but requires ssl client cert to access any data on the app domain. I want to convert it to a TWA, but I have a problem with the address bar, which is not hiding on first app launch. The thing is…
0
votes
0 answers

Unable to link site to Android app through the Digital Assets Link protocol

I have completed successfully all the steps required in the App Link Assistant in the Android Studio like suggested in answers to other questions about this subject: But I'm still unable to upload an Instant App to testing. I get the following…
Sir Codesalot
  • 7,045
  • 2
  • 50
  • 56
0
votes
0 answers

Linking app through Digital Asset Link protocol

My problem is that uploading my signed APK for my android instant app to google play console gives me the following error: Your site 'anam-instant.mybluemix.net' has not been linked through the Digital Assets Link protocol to your app. Please link…
1
2