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
export function AFLogEvent(name, values) {
appsFlyer.logEvent(name, JSON.stringify(values), null, null);
}
export function AFLogEventWithoutJSON(name, values) {
appsFlyer.logEvent(name, values, null, null);
}
What did you expect to happen?
Event to be logged to dashboard
What happened instead?
App crased and this is log in the senry
NSInvalidArgumentException
-[__NSCFString objectForKeyedSubscript:]: unrecognized selector sent to instance 0x120d5cd60
-[AppsFlyerLib callServerWithEventName:eventValues:options:completion:]
Please provide any other relevant information.
The issue started when using the plugin to the latest version
The text was updated successfully, but these errors were encountered:
Report
Plugin Version
use: "react-native-appsflyer": "^6.14.3",
On what Platform are you having the issue?
IOS
What did you do?
I call this function
that call this
What did you expect to happen?
Event to be logged to dashboard
What happened instead?
App crased and this is log in the senry
NSInvalidArgumentException
-[__NSCFString objectForKeyedSubscript:]: unrecognized selector sent to instance 0x120d5cd60
-[AppsFlyerLib callServerWithEventName:eventValues:options:completion:]
Please provide any other relevant information.
The issue started when using the plugin to the latest version
The text was updated successfully, but these errors were encountered: