add sha256 fingerprint

Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
alperozturk
2024-08-01 09:14:21 +02:00
committed by Alper Öztürk
parent 561badfb00
commit ddc2a21bab

View File

@ -32,14 +32,12 @@ Example assetlinks.json::
"namespace": "android_app",
"package_name": "com.cloud.example.nextcloud",
"sha256_cert_fingerprints": [
"APP_SHA256_FINGERPRINT"
"FB:00:95:22:F6:5E:25:80:22:61:B6:7B:10:A4:5F:D7:0E:61:00:31:97:6F:40:B2:8A:64:9E:15:2D:ED:03:73"
]
}
}
]
Replace APP_SHA256_FINGERPRINT with the SHA-256 fingerprint of your apps
signing certificate.
Nextcloud Configuration Limitation
==================================
@ -47,4 +45,4 @@ Due to the additional requirement of hosting an assetlinks.json file
for Android 12 and above, Nextcloud cannot configure the Android client
for all different hosts. This is because each host needs its own assetlinks.json
file to establish a verified relationship with the app, and Nextcloud cannot manage
this file for every possible host domain.
this file for every possible host domain.