Can i test accelerometer effect in Xcode simulator?

17,840

Solution 1

Yo cant test it using simulator, you should use real device for testing accelerometer. Check here, it may help you.

Solution 2

You can "capture" accelerometer data coming from a real device.

You can purchase iSimulate

here: http://bobueland.com/cocos2d/2011/how-to-install-isimulate/

..or

you can use a free solution: accelerometer-simulator

More about how to install or tutorial:

Solution 3

You can't test Accelerometer feature on Xcode simulator.

For this, see following on apple's site.

Limitations of Testing in iOS Simulator

Share:
17,840
Surjeet Singh
Author by

Surjeet Singh

Updated on September 23, 2022

Comments

  • Surjeet Singh
    Surjeet Singh over 1 year

    I am working on an app that manages the alpha property of image views. Alpha property can increase/decrease as the user moves the phone. I saw something on here about using a subclass of UIAccelerometer. Can anyone help me to do this so that I can test it on simulator? Thanks