Notification Service App Extension
#iOS
アラートを表示するリモート通知について、ユーザーに表示する前に内容を変更するためのもの
例えば、暗号化されて送られてきた通知の内容を復号するとか、ペイロードサイズを超える画像をダウンロードして添付するとか
あくまでアラートの通知に対してのみ有効
ドキュメント :
Modifying Content in Newly Delivered Notifications | Apple Developer Documentation
UNNotificationServiceExtension クラス | Apple Developer Documentation