Open ptesser opened 2 years ago
@ptesser Did you find a solution to your problem?
One thing I noticed in your configuration is that ionic-plugin-deeplinks
appears in the dependencies section, but cordova-plugin-firebase-dynamiclinks
only appears in devDependencies. But that's the only thing which stood out to me.
Hi, I'm trying to use this plugin with iOS. With Android seems to be fine, but on iOS I got this issue:
I'd run diagnostic and the report is:
My implementation on an Ionic project:
Nothing logged from this code.
My
package.json
:Here some all the output after running the application:
I'm stuck trying to resolve this issue. I don't really understand the cause of the issue.
Best regards, Paolo