WatchOS 2: background callbacks

I'm new to looking at os 2 so don't know where to start. Is it possible to write a WatchOs 2 app that runs in the background and wakes up once an hour? There isn't a lot of information on the internet, but what I've seen so far is evidence of the impossibility of writing background apps. However, I'm wondering how you write an application that acts like an alarm clock and wakes up at a specific time during the day?

+3


source to share


1 answer


Simple WatchKit apps cannot run in the background without the user's permission. In order for the app to run in the background, you must implement a workout style app, but instead of getting health and activity data, you could implement an alarm app or something similar.



You can learn more about developer.apple.com docs by clicking on the link above.

+1


source







All Articles