Skip to content

Commit 9232a20

Browse files
committed
add sha256 fingerprint
1 parent bda4006 commit 9232a20

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

admin_manual/configuration_server/android_deep_link_handling.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,17 @@ Example assetlinks.json::
3232
"namespace": "android_app",
3333
"package_name": "com.cloud.example.nextcloud",
3434
"sha256_cert_fingerprints": [
35-
"APP_SHA256_FINGERPRINT"
35+
"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"
3636
]
3737
}
3838
}
3939
]
4040

41-
Replace APP_SHA256_FINGERPRINT with the SHA-256 fingerprint of your app’s
42-
signing certificate.
4341

4442
Nextcloud Configuration Limitation
4543
==================================
4644
Due to the additional requirement of hosting an assetlinks.json file
4745
for Android 12 and above, Nextcloud cannot configure the Android client
4846
for all different hosts. This is because each host needs its own assetlinks.json
4947
file to establish a verified relationship with the app, and Nextcloud cannot manage
50-
this file for every possible host domain.
48+
this file for every possible host domain.

0 commit comments

Comments
 (0)