Instructions for android universal deep links requires you to upload .well-known/assetlinks.json
for verification. Expo deep linking documentation points you to format the file per official android documentation, but the documentation assumes you are using android studio to build your app. https://developer.android.com/training/app-links/verify-site-associations
sha256_cert_fingerprints: The SHA256 fingerprints of your app’s signing certificate. You can use the following command to generate the fingerprint via the Java keytool: keytool -list -v -keystore my-release-key.keystore
The documentation also is unclear about what the value of namespace
needs to be.