Created
October 16, 2024 10:18
-
-
Save Ayush783/a104fda7eb2c491c5ed16e901134b3f2 to your computer and use it in GitHub Desktop.
Example assetlinks.json file for app links
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"relation": ["delegate_permission/common.handle_all_urls"], | |
"target": { | |
"namespace": "android_app", | |
"package_name": "com.example.app", | |
"sha256_cert_fingerprints": | |
[ | |
"SHA-256-1", | |
"SHA-256-2" | |
// Other sha fingerprints | |
] | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment