svthalia / Reaxit

The latest ThaliApp built on Flutter.
GNU General Public License v3.0
11 stars 3 forks source link

Get Android App Links working #494

Closed DeD1rk closed 5 months ago

DeD1rk commented 6 months ago

Describe the bug

People currently seem unable to open sales order QR codes in the app on android. I'm pretty sure this is because android started mandating app links to be verified with an assetlinks.json file on the server. We have such a file on concrexit already (https://thalia.nu/.well-known/assetlinks.json), but I think reaxit needs to do some simple steps to actually use it: https://developer.android.com/training/app-links/verify-android-applinks#add-intent-filters

How to reproduce

Try to open deeplinks.

Expected behaviour

Deeplinks open in app automatically.