AppsFlyerSDK / appsflyer-capacitor-plugin

AppsFlyer SDK plugin for Capacitor
MIT License
15 stars 26 forks source link

Is this plugin compatible with Capacitor v2 ? #22

Closed sneko closed 2 years ago

sneko commented 2 years ago

Hi,

I'm trying to build the iOS version of this plugin but I face multiple issues like:

Type 'Notification.Name' (aka 'NSNotification.Name') has no member 'capacitorOpenURL'

I compared v2.5 and v3.0 of Capacitor:

and it seems the change means your plugin is only for Capacitor v3. Can you confirm?

Thank you,

cc @pazlavi

pazlavi commented 2 years ago

Hi @sneko, Thank you for reaching out to us. Yes, our plugin is built for Capacitor 3 and above.

sneko commented 2 years ago

I took a few hours to upgrade everything to Capacitor v3.... and I'm now able to install your plugin :)

But: