Accelerometer does not work on Unity Remote?

Hello Devs,

I developing an iPad game wherein the main Input is accelerometer values. I have my Mac connected to the same Wi-Fi as my iPad and when I hit play I am able to see the connection (thought it is blurry). But when I tilt my iPad I do not see any Input given. When I touch the screen on my iPad the input is fed.

So, I kinda need my unity remote on my iPad to send accelerometer values to the my Mac. Can someone help me with that?

regards,
Karsnen.

I know you probably solved the problem by now, but I was having a problem like this. I was trying to get data from the Input.gyro, but the accelerometer data comes from Input.acceleration, after I switched it worked fine.