Core Motion is a framework within Apple's iOS SDK used to access all kind of motion sensor data.
NOTICE: This question was originally posted before Apple introduced motion-detection hardware and associated APIs in the iOS SDK. Answers to …
ios objective-c core-location core-motion apple-m7I need to detect when the gyroscope / accelerometer is activated a certain amount. Basically to detect when there is movement …
iphone objective-c xcode core-motionI am trying to record the data from the iPhone's accelerometer (my own iPhone 5s) and set a label on …
ios iphone swift core-motionI'm trying to detect three actions: when a user begins walking, jogging, or running. I then want to know when …
ios objective-c core-motion apple-m7I have two ways of getting the magnetic fields (strength, x, y, and z) using the iOS device's magnetometer. 1) Core …
ios core-location core-motion magnetometerWith the M7 chip in the latest iOS devices one can get programmatically notified as the user goes from stationary …
ios core-location core-motion apple-m7I am try to use motion manager in Swift but the log inside my update block never prints. var motionManager: …
ios swift core-motion cmmotionmanagerI want to create an app that can receive and process motion updates in order to understand if the user …
ios iphone core-motion apple-m7I'm doing a project for my school, for a programming subject. I'm working in Xcode in Swift. I would like …
ios iphone xcode swift core-motionIf an app requires access to Motion Activity data it asks the user at install. However if the user accidentally …
ios core-motion