标签: ios iphone swift push-notification apple-push-notifications
我刚刚添加了丰富推送的扩展,因为我实现了自定义的委托方法。 func didReceive(_ response: UNNotificationResponse, completionHandler completion: @escaping (UNNotificationContentExtensionResponseOption) -> Void) { }。但是这种方法没有被调用。另外,我的扩展程序部署目标是10。我不知道我做错了什么。我正在获取图像,gif,音频,但扩展后会显示视频。
func didReceive(_ response: UNNotificationResponse, completionHandler completion: @escaping (UNNotificationContentExtensionResponseOption) -> Void) { }