Dániel Zolnai
Dániel Zolnai
> Seems only supported Android >= 6. I think currently we require Android >= 5 for the app. Is it okay to update the requirements to Android >= 6? Android...
> Not sure what is the lowest version that still receives (monthly) updates? This is manufacturer-dependent, but it is usually 2 years after release of the device. I would say,...
Looks good to me! The json file needs to placed to `https://android.app.eduvpn.org/.well-known/assetlinks.json` in this case.
Will do on Monday!
@fkooman for this file I need the certificate fingerprint of the release keystore (see [this documentation](https://developer.android.com/training/app-links/verify-site-associations) for how to retrieve it). Can you put the SHA256 hash in this ticket?...
According to [this line](https://github.com/eduvpn/android/blob/master/build_app.sh#L8), it should be `android.jks` in your home dir :)
Thanks! @fkooman we cannot use the same redirect URI for Let's Connect and EduVPN. Do you also have a similar redirect URL for Let's Connect?
@fkooman attached you can find the two asset links files. Can you make `eduvpn_asset_link.json` available on the following URL: `https://android.app.eduvpn.org/.well-known/assetlinks.json` And `lets_connect_asset_link.json` on this URL: `https://android.app.letsconnect-vpn.org/.well-known/assetlinks.json` [Here's the documentation](https://developer.android.com/training/app-links/verify-site-associations), if...
App links are now available. I am not able to test if it really works because I don't have access to the release keystores, could you please test both Let's...
It was merged with #190, master should work.