You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when user wants to open deep link with latest Android version, Google Chrome opening instead of Nextcloud Android app. To prevent that, we need to do some configuration in server side.
We need to ensure that our app's digital asset links are correctly set up. Digital asset links are used by Android to verify ownership of deep links. We can set up digital asset links by creating an assetlinks.json file and placing it in the website's .well-known directory. This file should contain information about our app and the deep links it handles.
Document
Currently, when user wants to open deep link with latest Android version, Google Chrome opening instead of Nextcloud Android app. To prevent that, we need to do some configuration in server side.
We need to ensure that our app's digital asset links are correctly set up. Digital asset links are used by Android to verify ownership of deep links. We can set up digital asset links by creating an assetlinks.json file and placing it in the website's .well-known directory. This file should contain information about our app and the deep links it handles.
assetlinks.json
The text was updated successfully, but these errors were encountered: