Hi.
I noticed that in my iOS app, when I use the logEvent function with a param that as a boolean value like
analytics.logEvent("New Game", { test = true})
the app crashs showing the following error:
\<Warning\>: Generic error NSInvalidArgumentException: \*\*\* +[NSString stringWithUTF8String:]: NULL cString ( 0 CoreFoundation 0x3163c2bb \<redacted\> + 186 1 libobjc.A.dylib 0x3936497f objc\_exception\_throw + 30 2 CoreFoundation 0x3163c1c5 \<redacted\> + 0 3 Foundation 0x31ea6f83 \<redacted\> + 74 4 WhoistheActor 0x00115827 \_ZN6Corona26IOSFlurryAnalyticsProviderD2Ev + 154 5 WhoistheActor 0x00115607 \_ZN6Corona26IOSFlurryAnalyticsProvider8LogEventEP9lua\_StatePKci + 154 6 WhoistheActor 0x001154c1 \_ZN6Corona26IOSFlurryAnalyticsProvider8LogEventEP9lua\_State + 44 7 WhoistheActor 0x000b3e61 CoronaPushNativeObject + 171092 8 WhoistheActor 0x000c0991 CoronaPushNativeObject + 223108 9 WhoistheActor 0x000b404f CoronaPushNativeObject + 171586 10 WhoistheActor 0x000ada1d CoronaPushNativeObject + 145424 11 WhoistheActor 0x000c175f CoronaPushNativeObject + 226642 12 WhoistheActor 0x000b4283 CoronaPushNativeObject + 172150 13 WhoistheActor 0x000ad9f5 CoronaPushNativeObject + 145384 14 WhoistheActor 0x000d7967 CoronaPushNativeObject + 317274 15 WhoistheActor 0x000cedf5 CoronaPushNativeObject + 281576 16 WhoistheActor 0x000ee6df CoronaPushNativeObject + 410834 17 QuartzCore 0x33229099 \<redacted\> + 160 18 QuartzCore 0x33228ff1 \<redacted\> + 64 19 IOMobileFramebuffer 0x354a6fd7 \<redacted\> + 154 20 IOKit 0x32223449 IODispatchCalloutFromCFMessage + 192 21 CoreFoundation 0x316065db \<redacted\> + 118 22 CoreFoundation 0x31611173 \<redacted\> + 34 23 CoreFoundation 0x31611117 \<redacted\> + 138 24 CoreFoundation 0x3160ff99 \<redacted\> + 1384 25 CoreFoundation 0x31582ebd CFRunLoopRunSpecific + 356 26 CoreFoundation 0x31582d49 CFRunLoopRunInMode + 104 27 GraphicsServices 0x3515b2eb GSEventRunModal + 74 28 UIKit 0x33498301 UIApplicationMain + 1120 29 WhoistheActor 0x00037337 start + 111 30 WhoistheActor 0x000372f0 start + 40
This only happens in iOS, the app run fine in Android.
Anyone with that same problem?
Renato