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 has been archived by the owner on Oct 1, 2018. It is now read-only.
Hi,
I've installed the plugin on my app and I'm using Google Firebase's Deeplink feature, and on iOS all works perfectly, but on Android platform I've a strange behaviour.
adb shell am start -W -a android.intent.action.VIEW -d "https://r123u.app.goo.gl/eventcode?code=1234" it.test.myapp.
All works fine: the device launches the app and the ul_eventcode event is fired (I'm showing an alert with "Event Code 1234" to test it).
So I copied the url and I pasted it in websites field in my contact inside the Contacts app.
Now if I tap on the link, the app will be opened, but no events are fired.
Can you help me?
Thanks,
--Luca
The text was updated successfully, but these errors were encountered:
😢 We are not using nordnet/cordova-universal-links-plugin anymore, and we lack the manpower and the experience needed to maintain it. We are aware of the inconveniece that this may cause you. Feel free to use it as is, or create your own fork.
Hi,
I've installed the plugin on my app and I'm using Google Firebase's Deeplink feature, and on iOS all works perfectly, but on Android platform I've a strange behaviour.
First of all, my
config.xml
plugin section is:I've installed the app on my real device using
cordova run android
and after that I've used the
adb shell am start -W -a android.intent.action.VIEW -d "https://r123u.app.goo.gl/eventcode?code=1234" it.test.myapp
.All works fine: the device launches the app and the
ul_eventcode
event is fired (I'm showing an alert with "Event Code 1234" to test it).So I copied the url and I pasted it in websites field in my contact inside the Contacts app.
Now if I tap on the link, the app will be opened, but no events are fired.
Can you help me?
Thanks,
--Luca
The text was updated successfully, but these errors were encountered: