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
I found "onInstallConversionData" event can not be listening.The reason that Author use
Outdated function "[self.bridge.eventDispatcher sendAppEventWithName:afOnInstallConversionData body:data];" in Class RNAppsFlyers . Apple use NativeEventEmitter instead of NativeAppEventEmitter. This problem make we can not listen to "onInstallConversionData" event. So I wish this problem can be solved in last version.
Best wish with you.
The text was updated successfully, but these errors were encountered:
I found "onInstallConversionData" event can not be listening.The reason that Author use
Outdated function "[self.bridge.eventDispatcher sendAppEventWithName:afOnInstallConversionData body:data];" in Class RNAppsFlyers . Apple use NativeEventEmitter instead of NativeAppEventEmitter. This problem make we can not listen to "onInstallConversionData" event. So I wish this problem can be solved in last version.
Best wish with you.
The text was updated successfully, but these errors were encountered: