[TIMOB-14329] iOS: as of iOS5, UIAccelerometer is deprecated and the Core Motion framework must be used
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Medium |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2013-09-26T22:11:42.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 3.2.0 |
Components | iOS |
Labels | n/a |
Reporter | Jeff Haynie |
Assignee | Ingo Muschenetz |
Created | 2013-06-21T05:39:33.000+0000 |
Updated | 2017-03-20T22:14:06.000+0000 |
Description
UIAcceleration and UIAccelerometer are deprecated as of iOS 5.0. These classes have been replaced by the Core Motion framework.
The AccelerometerModule uses UIAccelerometer. This means the accelerometer events are in danger of no longer working unless ported. (We need to test on 6.0 and make sure they still work and this isn't a regression -- I assume not so far).
Duplicated by that ticket.
DUPLICATED BY MOD-1550
Closing ticket as duplicate.