unnotificationattachment Questions
4
Solved
So the following code is being used to attach an image from local storage url of an image. I check in Terminal to see if the image is stored and it does store the image without any issues. So rulin...
Unfrock asked 20/7, 2017 at 23:48
4
Solved
In my Notification Service Extension I am downloading an image from a URL to show as UNNotificationAttachment in a notification.
So I have this image as UIImage and don't see the need to write it...
Amund asked 23/8, 2016 at 13:50
2
Solved
I've been working on rich notification experience which has been introduced in iOS10 and stuck with passing images as attachments to UNNotificationContentExtension.
Here's my ContentExtension:
cl...
Acrolein asked 21/8, 2016 at 12:1
1
Solved
I am adding a thumbnail to a rich notification. I generate the image to be used as an attachment like this:
let url = URL(fileURLWithPath: NSTemporaryDirectory(), isDirectory: true)
let fileURL = ...
Pledget asked 5/7, 2017 at 9:17
1
© 2022 - 2024 — McMap. All rights reserved.