I have an issue with kochava events when I try to send events with parameters.
If i send the event only with the event name i don’t have the problem, but if I send the event with parameters kochava never receive the event, example:
kochava.logEvent(“testEvent”)
kochava.logEvent(“testEvent”, {userId = “123456”})
someone has the same problem?