-
Notifications
You must be signed in to change notification settings - Fork 136
Open
Description
Context
- Android allows to register apps as official apps for a website/domain.
- Once the fosdem.org is prepared then apps can recognize a link to a session. When a user clicks such a link then the app can pick up this link and open the corresponding screen in the app.
- There is two release signing keys because Google Play and F-Droid use different ones.
- All that is needed from the FOSDEM website is to put a JSON file into a specific path:
https://fosdem.org/.well-known/assetlinks.json
assetlinks.json file
Please add the following file to the public directory /.well-known of the FOSDEM website:
[
{
"relation":
[
"delegate_permission/common.handle_all_urls"
],
"target":
{
"namespace": "android_app",
"package_name": "info.metadude.android.fosdem.schedule",
"sha256_cert_fingerprints":
[
"89:4C:4F:D6:CB:AB:E4:C9:F9:2A:43:A8:25:E7:45:25:0A:17:7D:A0:1A:D0:30:1E:DD:22:3C:03:22:C7:C0:03",
"FF:A0:BD:6F:43:2A:A8:B4:43:00:24:87:BC:73:27:70:7F:A4:E6:71:FC:8E:F4:51:59:C5:B6:AD:8B:9D:0F:E6"
]
}
},
{
"relation":
[
"delegate_permission/common.handle_all_urls"
],
"target":
{
"namespace": "android_app",
"package_name": "info.metadude.android.fosdem.schedule.debug",
"sha256_cert_fingerprints":
[
"D8:E7:B5:B1:50:BB:1E:39:58:A8:AA:E9:95:09:92:68:74:DC:C5:03:79:E5:9C:FD:CC:9A:1B:43:4F:D0:F9:F6"
]
}
}
]Related
Metadata
Metadata
Assignees
Labels
No labels