Page MenuHomePhabricator

[server] Update assetlinks file
ClosedPublic

Authored by tomek on Mar 22 2023, 9:09 AM.
Tags
None
Referenced Files
F1571950: D7147.id24000.diff
Thu, Apr 18, 9:57 AM
F1571946: D7147.id.diff
Thu, Apr 18, 9:57 AM
F1571940: D7147.diff
Thu, Apr 18, 9:55 AM
Unknown Object (File)
Fri, Apr 12, 4:36 AM
Unknown Object (File)
Mar 7 2024, 8:26 PM
Unknown Object (File)
Mar 5 2024, 11:14 PM
Unknown Object (File)
Mar 5 2024, 11:14 PM
Unknown Object (File)
Mar 5 2024, 11:14 PM
Subscribers

Details

Summary

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.

Test Plan

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

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

tomek requested review of this revision.Mar 22 2023, 9:25 AM

How do you obtain the SHA-256 fingerprint? From what I understood from the diff description, it is copy-pasted from Play Console, right?

This revision is now accepted and ready to land.Mar 22 2023, 9:51 AM

How do you obtain the SHA-256 fingerprint? From what I understood from the diff description, it is copy-pasted from Play Console, right?

That's correct. In the Console, there's a section about app integrity and it includes the configuration containing the fingerprint.

This revision was automatically updated to reflect the committed changes.