标签: apple-push-notifications watchkit apple-watch watch-os watch-notification
我的iOS应用程序免费提供了一个默认的动态通知界面,包括其动作。
我想使用class NotificationController: WKUserNotificationInterfaceController
class NotificationController: WKUserNotificationInterfaceController
我进行了一些测试,每当我从Dock手动打开新通知时,都会出现默认通知界面,而不是我的自定义通知界面。但是当我收到通知时,会出现我的自定义通知界面
我如何避免使用默认设置,因为默认界面上有动作我不想用于我的应用程序。