I have created a iPhone application that supports accelerometer api. To detect acceleration of x,y and z position of iPhone. It works good.I reviewed a new watch kit Framework and its programming guide. Apple watch have default sensors to detect acceleration. I need to create a new watch app, to find apple watch acceleration. Some one said in stack overflow thread there is no direct access api to apple watch sensor(where is it mentioned in apple docs). Is it possible to do this work with apple watch?
- apple watch extension does not support any of these apple api? (CoreMotion,CoreLocation, CoreData… )
- Any alternatives suggestion?