A Notification Service Extension downloads a media file to display it as attachment of the UNNotification
. However when the host app is in foreground, no notification is displayed, so it is unnecessary to for the notification extension to download the media file.
How can the download be prevented, depending on the app state?