digital-assets-links

Can Google's Digital Asset Links file caching mechanism be manipulated?

随声附和 提交于 2021-01-29 08:36:11
问题 I am noticing the effects of a caching mechanism between my device & the DAL hosted at https://example.com/.well-known/assetlinks.json and I'm looking to understand how it works, and if it can be bypassed. The issue is that I'm prototyping changes to the DAL (specifically adding another app, but the change should be irrelevant here for the purpose of the question), and changes aren't visible from the app's perspective. Example: I start with this DAL: [ { "relation": [ "delegate_permission

Android, Generate Digital Asset Link: keystore file for signing the app

六月ゝ 毕业季﹏ 提交于 2020-03-25 19:09:45
问题 I implemented universal linking for my Android app. Everything works fine so far. I click on a universal link and will be immediately redirected to the app. However, I have always used debug for the Digital Asset Links . For the release I need the signing config or the keystore file. To sign my app I always use a created xxxx.jks file. If I specify this, an error occurs: Error occured while trying to get the SHA-256 fingerprint (See screenshot). The error is very meaningless. That's why I'm a

Android Instant App Play Store Errors

♀尐吖头ヾ 提交于 2019-12-17 20:31:47
问题 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 app. Please link your site through the Digital Assets Link protocol to your app. You should have at least one active APK that is mapped to site 'www.example.com' via a web 'intent-filter'. And here is my manifest file : ( EDITED ) <manifest xmlns

Instant App - Digital Asset Links Protocol

自作多情 提交于 2019-12-17 19:33:31
问题 Whenever I tried to upload my instant app apks to Play store, it gives the following error : Your site 'www.mywebsitename.com' has not been linked through the Digital Assets Link protocol to your app. Please link your site through the Digital Assets Link protocol to your app. However, whenever I execute https://developers.google.com/digital-asset-links/tools/generator, it gives success for associating with my app and web site. Any idea why am I getting this error? What may cause this? Thanks

Android Instant App - Play Console release/deploy error and DAL(digital Asset Link) not linked

北城余情 提交于 2019-12-10 09:36:02
问题 I'm trying to figure out why the play store will not accept my instant app build. I have successfully deployed an Alpha regular app release to testers since it is a prerequisite to release an instant app. I am trying to deploy a development release instant app. What am I doing wrong? I tried to add as much detail as possible. Do I need to use the Digital Asset Link API service at the following link for a production instant app or is that for something else? https://console.developers.google

Link is not opened as instant app in some devices

岁酱吖の 提交于 2019-12-08 19:16:27
问题 I had published my instant app in play store. when i click the link from gmail it opens as instant app in some devices (Samsung s6 note ,moto g4 plus) In some devices its not working ,but those devices has Settings->Google->Instant Apps option. but the instant app is not working. my digital asset link is https://abdcoop.mybuzztm.com/.well-known/assetlinks.json Anyone able to suggest what i am missing? I have added my log. I/Timeline: Timeline: Activity_launch_request time:74970969 I

Android Instant App - Play Console release/deploy error and DAL(digital Asset Link) not linked

孤街醉人 提交于 2019-12-05 16:40:20
I'm trying to figure out why the play store will not accept my instant app build. I have successfully deployed an Alpha regular app release to testers since it is a prerequisite to release an instant app. I am trying to deploy a development release instant app. What am I doing wrong? I tried to add as much detail as possible. Do I need to use the Digital Asset Link API service at the following link for a production instant app or is that for something else? https://console.developers.google.com/apis/api/digitalassetlinks.googleapis.com/overview I get the following error when uploading the

Android Instant App Play Store Errors

怎甘沉沦 提交于 2019-11-28 13:05:01
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 app. Please link your site through the Digital Assets Link protocol to your app. You should have at least one active APK that is mapped to site 'www.example.com' via a web 'intent-filter'. And here is my manifest file : ( EDITED ) <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.ex.example.feature.productdetail"> <uses

Instant App - Digital Asset Links Protocol

余生颓废 提交于 2019-11-28 10:50:33
Whenever I tried to upload my instant app apks to Play store, it gives the following error : Your site 'www.mywebsitename.com' has not been linked through the Digital Assets Link protocol to your app. Please link your site through the Digital Assets Link protocol to your app. However, whenever I execute https://developers.google.com/digital-asset-links/tools/generator , it gives success for associating with my app and web site. Any idea why am I getting this error? What may cause this? Thanks for help in advance. user3813078 Please check whether Google Play App Signing is enable on Google Play