Open neuberoliveira opened 7 years ago
I found e very anoying bug, the app crash(red box) if the param value is a number (int or double), only on Android.
number
FlurryAnalytics.logEvent(name, {name:"Neuber", age: 27});
This is actually how Flurry expects the data. If you look through their documentation the values have to be Strings.
I found e very anoying bug, the app crash(red box) if the param value is a
number
(int or double), only on Android.FlurryAnalytics.logEvent(name, {name:"Neuber", age: 27});