do {
let attachment = try UNNotificationAttachment(identifier: "bild", url: imageURL, options: nil)
content.attachments = [attachment ]
} catch {
print("Attachment could not be loaded" )
}
do {
let attachment = try UNNotificationAttachment(identifier: "bild", url: imageURL, options: nil)
content.attachments = [attachment ]
} catch {
print("Attachment could not be loaded" )
}