gpt4 book ai didi

objective-c - 如何在apple Watch App中模拟Local Notification?

转载 作者:太空狗 更新时间:2023-10-30 03:15:31 24 4
gpt4 key购买 nike

我正在尝试在 Apple Watch 模拟器中模拟本地通知 View 。有谁知道如何在 Apple Watch 中模拟本地通知?

我已经为此做了一些研究,但没有找到上述问题的任何答案。有一种方法可以模拟推送通知,但不能模拟本地通知。

最佳答案

不可能让 Watch 应用程序对模拟器中的 UILocalNotification 使用react。但是,它与对推送通知的 react 几乎相同,只是它通过几种不同的方法进行路由。

如果您要呈现可操作的通知,您的 WKUserNotificationInterfaceController 子类将覆盖 -didReceiveLocalNotification:withCompletion:而不是 -didReceiveRemoteNotification:withCompletion: .

如果您的 Watch 应用启动是为了响应与您的可操作通知之一的交互,那么您的根 WKInterfaceController 将实现 -handleActionWithIdentifier:forLocalNotification:-handleActionWithIdentifier:forRemoteNotification: ,视情况而定。

从 WatchKit 的角度来看,这些是远程通知和本地通知之间的唯一区别。

关于objective-c - 如何在apple Watch App中模拟Local Notification?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27188862/

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