且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在 Apple Watch 中显示推送通知?

更新时间:2023-12-05 16:18:52

您的通知将自动显示在 Apple Watch 上:

Your notifications will show up on the Apple Watch automatically:

如果您的 iOS 应用支持本地或远程通知,Apple Watch 会在适当的时间显示这些通知.

If your iOS app supports local or remote notifications, Apple Watch displays those notifications at appropriate times.

iOS 自行决定将通知传递给 Apple Watch 或在 iPhone 上显示,官方参考:Apple Watch 编程指南 - 通知要点

iOS it self decide to pass the notification to Apple Watch or show on iPhone, Official reference: Apple Watch Programming Guide - Notification Essentials

可能有帮助