gpt4 book ai didi

ios - 如何在 xcode 8 中的 watch 和 iphone 之间共享数据

转载 作者:搜寻专家 更新时间:2023-11-01 07:17:53 24 4
gpt4 key购买 nike

在 xcode 8 之前 - 我正在使用以下代码,但它现在不起作用 - 未调用 watch 端的委托(delegate)方法

if WCSession.isSupported() {
let watchSession = WCSession.defaultSession()
watchSession.delegate = self
watchSession.activateSession()
if watchSession.paired && watchSession.watchAppInstalled {
do {
try watchSession.updateApplicationContext(["key1": "value1"])
} catch let error as NSError {
print(error.description)
}
}
}

在上面的代码中,如果条件不满足。

最佳答案

确保您已在两个目标( watch 和手机)中打开群组功能

关于ios - 如何在 xcode 8 中的 watch 和 iphone 之间共享数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40969830/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com