AppsFlyerSDK / appsflyer-cordova-plugin

AppsFlyer plugin for Cordova
MIT License
37 stars 71 forks source link

For iOS, why logEvent fires 2 [AppsFlyerLib shared] logEvent? #128

Closed jamesyoon11 closed 3 years ago

jamesyoon11 commented 3 years ago

Report

Plugin Version

master

On what Platform are you having the issue?

iOS

What did you do?

npm fetch

What did you expect to happen?

1 [AppsFlyerLib shared] logEvent

What happened instead?

2 [AppsFlyerLib shared] logEvent

Please provide any other relevant information.

Please see

https://github.com/AppsFlyerSDK/appsflyer-cordova-plugin/blob/master/src/ios/AppsFlyerPlugin.m#L232

and

https://github.com/AppsFlyerSDK/appsflyer-cordova-plugin/blob/master/src/ios/AppsFlyerPlugin.m#L239

af-fess commented 3 years ago

Good catch @jamesyoon11 . Will be fixed in 24 hours.

amit-kremer93 commented 3 years ago

@jamesyoon11 fixed. thank you! https://github.com/AppsFlyerSDK/appsflyer-cordova-plugin/pull/130