From ddc2a21baba0b014a8e3c50d6230cb4a9ebbcb02 Mon Sep 17 00:00:00 2001 From: alperozturk Date: Thu, 1 Aug 2024 09:14:21 +0200 Subject: [PATCH] add sha256 fingerprint Signed-off-by: alperozturk --- .../configuration_server/android_deep_link_handling.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/admin_manual/configuration_server/android_deep_link_handling.rst b/admin_manual/configuration_server/android_deep_link_handling.rst index 67f8bc867..dd1de64fc 100644 --- a/admin_manual/configuration_server/android_deep_link_handling.rst +++ b/admin_manual/configuration_server/android_deep_link_handling.rst @@ -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 app’s -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. \ No newline at end of file +this file for every possible host domain.