File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
admin_manual/configuration_server Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -32,19 +32,17 @@ Example assetlinks.json::
32
32
"namespace": "android_app",
33
33
"package_name": "com.cloud.example.nextcloud",
34
34
"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 "
36
36
]
37
37
}
38
38
}
39
39
]
40
40
41
- Replace APP_SHA256_FINGERPRINT with the SHA-256 fingerprint of your app’s
42
- signing certificate.
43
41
44
42
Nextcloud Configuration Limitation
45
43
==================================
46
44
Due to the additional requirement of hosting an assetlinks.json file
47
45
for Android 12 and above, Nextcloud cannot configure the Android client
48
46
for all different hosts. This is because each host needs its own assetlinks.json
49
47
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.
You can’t perform that action at this time.
0 commit comments