i want know if there anyway keep watchkit app running in background, or if can possibly program launch (i.e. transfer inactive state active state) once condition fulfilled?
my app running while wk app open , active, , runs fine when iphone asleep, or when parent ios app in bg mode. however, need app continue running in background on watch itself. possible?
not possible. because apple document watchkit
mentions "watchkit extensions not support background execution modes,they run while user interacting corresponding app on apple watch.".
you can refer apple document link apple doc
read communicating directly containing ios app.
Comments
Post a Comment