[TIMOB-23515] iOS10: Support new CoreMotion APIs
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Medium |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | ios10 |
Reporter | Hans Knöchel |
Assignee | Unknown |
Created | 2016-06-14T05:36:32.000+0000 |
Updated | 2018-02-28T19:55:13.000+0000 |
Description
We have some new CoreMotion APIs (https://developer.apple.com/library/prerelease/content/releasenotes/General/iOS10APIDiffs/Objective-C/CoreMotion.html) that could be covered in our ti.coremotion module. Specifically the
CMAltimeter
for measuring significant elevation updates and CMPedometerEvent
for pedometer event-details.
No comments