5

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

Surjeet Singh
  • 11,691
  • 2
  • 37
  • 54

3 Answers3

8

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

Community
  • 1
  • 1
Mumthezir VP
  • 6,251
  • 6
  • 28
  • 57
7

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:

TonyMkenu
  • 7,597
  • 3
  • 27
  • 49
5

You can't test Accelerometer feature on Xcode simulator.

For this, see following on apple's site.

Limitations of Testing in iOS Simulator

DharaParekh
  • 1,730
  • 1
  • 10
  • 17