bubblewrap icon indicating copy to clipboard operation
bubblewrap copied to clipboard

app-release-signed.apk generated but assetlinks.json is missing

Open dzinformatica opened this issue 4 years ago • 2 comments

I'm generating the apk for my pwa and the app-release-signed.apk is generated but assetlinks.json is missing

What I'm doing wrong?


Building the Android App...
        - Generated Android APK at ./app-release-signed.apk
        - Generated Android App Bundle at ./app-release-bundle.aab
build
build Check the full PageSpeed Insights report at:
build - https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fwww.gestionaleore.it%2Fapp%2Flogin
build
build
build Quality Criteria scores
build Lighthouse Performance score: ................... 84
build Lighthouse PWA check: ........................... YES
build
build Web Vitals
build Largest Contentful Paint (LCP) .................. 3.1 s
build Maximum Potential First Input Delay (Max FID) ... 500 ms
build Cumulative Layout Shift (CLS) ................... 0.00
build
build Other scores
build Lighthouse Accessibility score................... 59
build
build Summary
build Overall result: ................................. PASS

dzinformatica avatar May 31 '21 09:05 dzinformatica

Have you already uploaded app-release-bundle.aab to the Play Store? If you did, you can get the SHA-256 fingerprint on Release > Setup > App Integrity section. Then run:

bubblewrap fingerprint add <sha-256 fingerprint from Play>

assetlinks.json will be generated with that.

andreban avatar Jun 01 '21 14:06 andreban

@dzinformatica you should find a detailed explanation in the issue #486

oliverpool avatar Sep 11 '21 10:09 oliverpool

Duplicate of #486

andreban avatar Aug 01 '23 09:08 andreban