We have to update the file so that we can deeplink to our app on Android. Figuring out what to put there is a lot easier than for iOS as the whole configuration is prepared by Google Play Console and can be copied from there.
Details
Details
- Reviewers
bartek kamil - Commits
- rCOMM2bfa6edef031: [server] Update assetlinks file
After the file is deployed to the server, I'll check if we're able to open the app through the link. I've checked using json validator if a file is properly formatted. Also checked if the file can be accessed at /.well-known/assetlinks.json.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- master
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
How do you obtain the SHA-256 fingerprint? From what I understood from the diff description, it is copy-pasted from Play Console, right?
Comment Actions
That's correct. In the Console, there's a section about app integrity and it includes the configuration containing the fingerprint.