Can I keep my WatchKit App running in the background on the Apple Watch?

前端 未结 1 379
旧巷少年郎
旧巷少年郎 2021-01-14 00:14

I want to know if there is anyway to keep my WatchKit app running in the background, or if I can possibly program it to launch (i.e. transfer from inactive state to active s

相关标签:
1条回答
  • 2021-01-14 00:41

    Not possible. Because Apple Document for watchkit clearly mentions that "WatchKit extensions do not support background execution modes,they run only while the user is interacting with the corresponding app on Apple Watch.".

    You can refer apple document Link to Apple Doc

    Read Communicating Directly with Your Containing iOS App.

    0 讨论(0)
提交回复
热议问题