Search code examples
iosswiftios-simulatorwatchos

Can I develop apple watch app that uses heartbeat, accelerometer etc without owing apple watch? only using simulator?


I want to build an watchOS app which uses heartbeat data and I don't have apple watch yet. Is it possible using simulator(watchOS simulator)?


Solution

  • It is possible to use HKWorkoutSession also there is a nice tutorial creating a prototype would be useful for you.