privacybydesign / irmamobile

IRMA app for iOS and Android
Other
81 stars 20 forks source link

Android Digital Asset Link JSON file not present for open.yivi.app #287

Open ivard opened 2 months ago

ivard commented 2 months ago

To enable universal links to start the Yivi app on Android, a Digital Asset Link JSON file should be present at https://open.yivi.app/.well-known/assetlinks.json. For irma.app the file works, but for open.yivi.app this is forgotten. This is not a high priority issue at the moment, because on Android we currently don't rely on universal links. We use intent:// links or QR codes that should be scanned using the QR code scanner built into the Yivi app.

This is one of the reasons why https://github.com/privacybydesign/yivi-frontend-packages/issues/26 cannot be resolved at the moment.