Notification service extension for Local notification
问题 will system loads Notification service extension and calls its didReceive(_:withContentHandler:) for local notifications in iOS 10? If yes how we can do that? 回答1: No. The accepted answer describes Notification Content Extensions, which allow you to present a ViewController in the expanded notification view, and works with both remote and local notification. Notification Service Extensions, that let you change the content of the notification (attaching images, etc) do not work with local