Apple Watch 上的推送通知
Push Notifications on Apple Watch
我的应用程序正在等待 Apple 审核发布,但我的应用程序中没有支持 Apple Watch 的设置。我的问题是:安装我的应用程序的设备收到的通知是否也会自动显示在 Apple Watch 上,而无需为我的应用程序制作任何 update/change(比如将 Apple Watch 添加为目标)?如果是这样,我的 iOS 应用程序的推送通知操作是否也可以在 Apple Watch 上使用(当然还有功能)?
您的通知将自动显示在 Apple Watch 上:
If your iOS app supports local or remote notifications, Apple Watch displays those notifications at appropriate times. When one of your app’s local or remote notification arrives on the user’s iPhone, iOS decides whether to display that notification on the iPhone or on Apple Watch.
官方参考:Apple Watch Programming Guide - Notification Essentials
我的应用程序正在等待 Apple 审核发布,但我的应用程序中没有支持 Apple Watch 的设置。我的问题是:安装我的应用程序的设备收到的通知是否也会自动显示在 Apple Watch 上,而无需为我的应用程序制作任何 update/change(比如将 Apple Watch 添加为目标)?如果是这样,我的 iOS 应用程序的推送通知操作是否也可以在 Apple Watch 上使用(当然还有功能)?
您的通知将自动显示在 Apple Watch 上:
If your iOS app supports local or remote notifications, Apple Watch displays those notifications at appropriate times. When one of your app’s local or remote notification arrives on the user’s iPhone, iOS decides whether to display that notification on the iPhone or on Apple Watch.
官方参考:Apple Watch Programming Guide - Notification Essentials