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
Maybe it needs to fix sendEvent's argument ( afOnInstallConversionData => afOnInstallConversionDataLoaded ) because it changed the code as the following at 1.4.5.
Report
The event is not listening to the
onInstallConversionData
on Android.(I checked working
onInstallConversionData
on 1.4.4)Plugin Version
1.4.5
On what Platform are you having the issue?
Android
What did you do?
What did you expect to happen?
On "Debug JS Remotely", printing words on Web Console.
What happened instead?
Nothing happens.
Please provide any other relevant information.
I changed code as the following, and
onInstallConversionData
became working.android/src/main/java/com/appsflyer/reactnative/RNAppsFlyerModule.java
Maybe it needs to fix sendEvent's argument (
afOnInstallConversionData
=>afOnInstallConversionDataLoaded
) because it changed the code as the following at 1.4.5.index.js
v1.4.4...v1.4.5#diff-168726dbe96b3ce427e7fedce31bb0bcL161-R257
The text was updated successfully, but these errors were encountered: