Hi,
I'm developing an app that use accelerometer data but I'm facing lots of difference between Android and iOS.
How can I convert iOS accelerometer data to the Android one? I'm not speaking about the unit which is meter per second square con Android and g-force on iOS but I'm referring to values for the axis.
iOS has also different sign for x,y,z depending on the screen orientation....how can I normalize both in order to get just the same information?
Regards