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
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