In my current WatchKit app, the parent application counts steps (CMPedometer) and sends a notification after a certain number are met. I'm trying to figure out how much of this functionality can be accomplished with just a native watch app. Can we count steps in the background? Can we send notifications?
The parent app currently counts steps in the background while music is playing (all part of a fitness app).
Thanks!