appcelerator-archive / ti.googleanalytics

Google Analytics module for Titanium Mobile
4 stars 8 forks source link

Error from Pixel and Nexus 6P devices #6

Open WonderlustKing opened 6 years ago

WonderlustKing commented 6 years ago

Recently I receive the following error: [ERROR]Runtime Error : Uncaught Error: Invoking createEvent with bad arg 3, type 'Ljava/lang/Integer;' not instance of 'Ljava/lang/Long;' at ga.js

It comes only from Pixel or Nexus 6P devices.

My code where the exception comes from is the following: MapBuilder.createEvent('ui_action', 'button_press', 'send_button', 0)

Any ideas why this happen?