How to establish a communication channel between Apple Watch Extension/App and iOS App

后端 未结 5 865
Happy的楠姐
Happy的楠姐 2021-02-09 05:26

I\'m exploring the WatchKit SDK.

When I have a WatchKit app, is it possible to set values (e.g. Text, settings) from the iPhone app on the WatchKit app? Can I call funct

5条回答
  •  温柔的废话
    2021-02-09 05:40

    You can see this library https://github.com/mutualmobile/MMWormhole

    It do Message passing between iOS apps and extensions.

提交回复
热议问题