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.
😢 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.
I am developing a app in ionic 3 for android and ios platform. For deeplinking, i am using cordova firebase dynamiclink plugin.
This is working fine for android platform. But in ios platform, though it is not throwing any error, it is not working.
My current ionic code.
The android part working fine. But in ios, the deeplink is always coming as empty.
my manually created dynamic url
https://xxxx.app.goo.gl/?link=&apn=
<android bundle id>
&ibi=<ios bundle id>
The provided link is returning HTTP 200 status, when opening in browser.
Testing steps (in ios):
In my iphone (ios9) I have placed this dynamic link in notepad
Then by clicking on the dynamic link the app opens.
In console, I get
{matchType: "weak", deepLink:""}
The text was updated successfully, but these errors were encountered: