I'm trying to set up a basic nativescript app on Apple Watch 3 which reads Heart Rate data. I realize that I would need WatchKit, but how do I set up the app, Sidekick only gives the option of iPhone or iPad. Also, what's the Nativescript way of writing companion code for the iPhone which will receive this data from the phone?
Asked
Active
Viewed 515 times
0
-
If the watch is synced with device, you can read the heart rate from [healthkit plugin](https://github.com/EddyVerbruggen/nativescript-health-data). – Manoj Apr 25 '19 at 12:21