How to implement custom event trigger feature in my cordova app using hockeyapp. I already implement user feedback and crash report feature of hockeyapp.
I am using the code for custom event is
hockeyapp.trackEvent(null, null, "EVENT_NAME");
It is not working for me..