How many images can be shown on a notification in iOS 10?
I've appended two images to the UNNotificationContent.attachments attribute in my UNNotificationServiceExtension. I only see one in the remote notification. Is there anyway to display more than one?
If no then, how does iOS 10 decide which ones to use in the notification?