Hi pushing rich notifications (iOS 10) to an app which has a notification service extension sometimes outputs the legacy notification content (the one inside the 'aps' array). This happens even with the bare-bones NotificationService class that Xcode generates when adding the notification service extension, so it's nothing to do with any extra code that I'm adding
bestAttemptContent.title = "test title" contentHandler(bestAttemptContent)
I've confirmed that the notification service extension always runs, but something seems to be happening inside the iOS 10 beta SDK after passing the bestAttemptContent to the contentHandler.
It's also not the case that the serviceExtensionTimeWillExpire is getting called, service crashing, or anything like that.
Any help will be appreciated!
Thanks