-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Hi,
this plugin seems to be working great while developing the app, but stops working as soon as we're compiling for production.
I created a minimal example repository to show the error:
https://github.com/MrSnoozles/demo-nativescript-universal-links
Problem:
The registerUniversalLinkCallback is not evoked when compiling for release.
Steps to see how it works (in development):
- Checkout the repository
- Run with
ns run android - open https://www.beachup.app/share/place/xyz
-> you should see a console output and an alert
Steps to reproduce the bug (in production):
- Checkout the repository
- Run with
ns run android --env.production - open https://www.beachup.app/share/place/xyz
-> nothing happens
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels