gpt4 book ai didi

ios - 如何在 watch 套件中显示通知,其中 iPhone 应用程序已经显示通知

转载 作者:行者123 更新时间:2023-11-28 06:56:15 26 4
gpt4 key购买 nike

我有一个在 iPhone 中显示通知的应用程序。现在我试图在 WatchKit 或 iWatch 中显示相同的通知。那么我是否需要重新复制我已经在 Watchkit Extension 中的 iPhone 应用程序的 ViewController 和 AppDelegate 中完成的所有功能,或者是否有一些通用接口(interface)来通知 watch 显示通知,我只需要提供 UI。

最佳答案

iOS 将决定向 Apple Watch 或 iPhone 发送通知。

如果您的 iPhone 处于事件状态,则通知将发送到 iPhone。如果您的 iPhone 已锁定,Apple Watch 将收到通知。

watchkit应用添加target时有没有勾选“Include Notification Scene”?

如果是,那么您可以在 Storyboard中看到通知类和 WKUserNotificationInterface 静态接口(interface)。

您还可以在动态界面自定义通知屏幕。

如果你想处理通知,那么在苹果 watch 点击通知后显示的屏幕中实现下面的方法。

override func handleActionWithIdentifier(identifier: String?,
forRemoteNotification remoteNotification: [NSObject : AnyObject])
{

}

请查看此链接:https://developer.apple.com/library/watchos/documentation/General/Conceptual/WatchKitProgrammingGuide/CustomzingthePushNotificationInterface.html

关于ios - 如何在 watch 套件中显示通知,其中 iPhone 应用程序已经显示通知,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33550276/

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