1

I need to simulate notification with mutable-content on simulator to use service extension.I am unable to find a way to set mutable-content in UNMutableNotificationContent. is there is any way to set it or it supposed to be work like that ?

Surjeet Rajput
  • 1,251
  • 17
  • 24

1 Answers1

0

Setting mutable-content is not supported in local UNNotification, as seen in Notification service extension for Local notification

BumMo Koo
  • 1,119
  • 1
  • 8
  • 11