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
{{ message }}
This repository was archived by the owner on Feb 10, 2023. It is now read-only.
There is no documentation on how to setup app links for web urls. If I have a website and an app I would like to use this package to enable links to my website to open the user's app if it's installed according to the Android app links tutorial.
However, they use some assistant tool from Android Studio and it is not clear how we can set this up for ourselves using nativescript with Vue, Angular or React and this package. The current demo is also outdated it seems as the AndroidManifest does not have the autoVerify attribute on the intent-filter and is not supported for NativeScript cli 6
I would like to see an up to date chapter and demo using web urls instead of the current demo://test scheme which is not useful when wanting to link to a website.