Extra colon and space in assetlinks.json
See original GitHub issueHi everyone First of all, I would like to thank you for this great tool!
Describe the bug
When I run bubblewrap build --skipPwaValidation
, it generates the assetlinks.json
file well, but it adds a colon followed by a space at the beginning of the sha256_cert_fingerprints
.
I have to remove it manually, otherwise the correspondence between the application and assetlinks is not ok.
Output example:
"sha256_cert_fingerprints": [": 85:A0...
Expected output example:
"sha256_cert_fingerprints": ["85:A0...
Steps to reproduce:
bubblewrap init --manifest=https://thewebsite
bubblewrap build --skipPwaValidation
Environment
- macOS Mojave version 10.14.5.
- @bubblewrap/cli@1.8.2
- node v10.20.0
"jdkPath":"/Users/username/.bubblewrap/jdk/jdk8u265-b01"
"androidSdkPath":"/Users/username/.bubblewrap/android_sdk"
Issue Analytics
- State:
- Created 3 years ago
- Comments:10
Top Results From Across the Web
App links intent filters in assetlinks.json not working on Android
Create assetlinks.json using Tools > App Links Assistant . Then press Open Digital Asset Links File Generator , enter domain, application id, select ......
Read more >Getting Started | Google Digital Asset Links
The Digital Asset Links protocol and API enable an app or website to make public, verifiable statements about other apps or websites.
Read more >Full verification of assetlinks.json for Android SmartLock App ...
After you've put your https://www. .com/.well-known/assetlinks.json file in place, there are a few ways to test that things are set up right.
Read more >Android Lint API Guide - Google Samples
A configuration provides extra information or parameters to lint on a per project, ... A “location” refers to a place where an incident...
Read more >Curio Documentation.pdf
simple removes any spaces from the file name. Prefix asset links with file:// scheme. Technically Curio creates relative links paths, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Bubblewrap CLI 1.9.0 has been release with this fix.
Yes it would
New output: