Watchkit通知场景是强制性的吗?
Watchkit notification scene mandatory?
我对 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.
我的应用收到远程通知,我想要 Apple Watch 通知,但没有自定义。在这种情况下,通知场景在项目中是必需的,还是仅在您想要制作自定义视图时才需要?
仅当您希望自定义通知界面时才需要通知界面。如果您不包括它们,Watch OS 将使用默认界面显示警报。
我对 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.
我的应用收到远程通知,我想要 Apple Watch 通知,但没有自定义。在这种情况下,通知场景在项目中是必需的,还是仅在您想要制作自定义视图时才需要?
仅当您希望自定义通知界面时才需要通知界面。如果您不包括它们,Watch OS 将使用默认界面显示警报。