【发布时间】:2017-05-23 14:00:43
【问题描述】:
我需要在模拟器上使用可变内容模拟通知以使用服务扩展。我无法找到在 UNMutableNotificationContent 中设置可变内容的方法。有什么方法可以设置它或者它应该像那样工作吗?
【问题讨论】:
标签: swift3 notifications ios10 localnotification
我需要在模拟器上使用可变内容模拟通知以使用服务扩展。我无法找到在 UNMutableNotificationContent 中设置可变内容的方法。有什么方法可以设置它或者它应该像那样工作吗?
【问题讨论】:
标签: swift3 notifications ios10 localnotification
本地UNNotification不支持设置mutable-content,如Notification service extension for Local notification所示
【讨论】: