iPhone 的应用程序通知是否会默认在 Apple Watch 上触发,甚至无需创建实际的 Watch 应用程序?

Are iPhone's apps notifications going to be triggered on the Apple Watch by default, without even creating an actual Watch app?

我想从 Apple Watch 发布的第一刻起就在 Apple Watch 中支持我的 iPhone 应用程序本地通知,但我不打算构建 Watch 应用程序。 根据我的研究,iPhone 的通知似乎会自动在 Watch 上得到支持,不需要任何额外的开发或 WatchKit 实现。

Apps are not required to do anything to support notifications. The system provides a default notification interface that displays the alert message from the notification. However, apps can customize the notification interface and include custom graphics, content, and branding.

这是正确的吗?

如果是: 1. Watch 上的通知是否会像为 iPhone 应用程序配置的那样具有操作按钮? 2. 有什么方法可以在模拟器上测试它以确保它按预期工作吗?

如果没有: 3.有什么方法可以只支持通知而不用创建Watch app吗?

这是迄今为止我发现的更相关的问题,但这并不是我真正要找的问题。 How to trigger notifications using WatchKit

I would like to support my iPhone's app Local Notifications in the Apple Watch from the very first moment the Watch is released

是的,您的 iOS 应用程序的通知将从第一天起在 Apple Watch 上运行。

Will notifications on the Watch have action buttons just like configured for the iPhone app?

如果您的 iOS 应用程序已经支持可操作通知,它们将适用于 Apple Watch。

Is there any way I can test that on the simulator to be sure it works as expected?

问得好,您无法在模拟器上测试当前 iOS 应用程序的通知,但您可以从 WatchKit 测试自定义通知界面。

您应该为此提交功能请求。

Is there any way to support only notifications without creating a Watch app?

不,您需要提供示例通知 JSON 负载作为 WatchKit 捆绑包的一部分,这需要提交 Apple Watch 应用程序。