bubblewrap
bubblewrap copied to clipboard
app-release-signed.apk generated but assetlinks.json is missing
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
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.
@dzinformatica you should find a detailed explanation in the issue #486
Duplicate of #486