Posts Tagged ‘watch’

TREMOR12W: tremor measurements on Apple Watch

After learning how to transfer data from the Apple Watch to the iPhone, I have been working on the TREMOR12 app by creating a WatchKit extension to perform tremor measurements on the Apple Watch and send them to the iPhone. You can browse the code in the “watch” branch in the GitHub repo. Despite the official…Continue Reading…

Transfer data from Apple Watch to iPhone

I have been playing around with watchOS2 development lately and created a small test project to transfer data from the Apple Watch to the iPhone. The full source code is available from GitHub, for anyone interested. The code is based on tutorials at Techotopia.com and RayWenderlich.com using Apple’s Watch Connectivity framework in Swift. Feel free to reuse…Continue Reading…