Accelerometer issues

Monkey Targets Forums/iOS/Accelerometer issues

Ads(Posted 2016) [#1]
I'm building the IOS version of my app at the moment (android version works perfectly fine) and I've run into an issue with UIAccelerometer being depreciated, and thus my app not registering any movement. I'm building for IOS 8.1 and using the latest version of Monkey, 86c, and xcode 7.
Am I missing something? Do I need to include a library? Do I need to manually rewrite the code to use core motion instead? (I think that's the right library, on my phone at the moment)
I'm not expert with xcode but know enough to work my way around. I've had a search through this forum and can't find any references to this issue.

Thanks!


pit(Posted 2016) [#2]
Indeed, UIaccelerometer is indicated as depreciated. And it's still the case today.
Any correction planned for this ?

Pit