universal-links
universal-links copied to clipboard
Universal links (IOS) and App Links (Android) support for NativeScript.
Hello, I have a custom implementation of the UIApplicationDelegate for iOS and `getUniversalLink()` returns always `undefined`. Trying to register a callback through `registerUniversalLinkCallback()` seems to be not working either. After...
When the app is already opened in the background and i click the link its goes there with all the right details, but when the app is closed and i...
Starting in Android 12 (API level 31), a generic web intent resolves to an activity in your app only if your app is approved for the specific domain contained in...
The call back works perfectly. The app opens with the link, but when i try to navigate to some page the i gets an error: System.err: An uncaught Exception occurred...
Hi, I've implemented universal links and got it working on Android and iOS using Safari. On Chrome for iOS it does not work. If I got it right that's because...