iOS notification attachment not working anymore, iOS 13 issue?

Hi,

I have a doorbell automation that sends a camera still to my iphone in an iOS notification.
This worked perfectly until few days ago.

What changed? I upgraded to iOS 13 on my phone, but I’m not sure that’s the reason it stopped working.
I still get the notification, only without attachment.

I’m using this JSON for testing with Developers Tools

{
    "title": "Titel",
    "message": "Deurbel!!!",
    "data": {
      "attachment": {
        "url": "https://myhostname:8123/local/camera_stills/deurbel.jpg"
      },
      "subtitle": "Subtitle",
      "push": {
        "thread-id": "deurbel-groep",
         "content-type": "jpg",
            "hide-thumbnail": false
      }
    }
}

Version:
Home Assistant 0.98.5 (running on raspbian)
Home Assistant Companion 2.0.0 (63)

Anybody experiencing the same problem?
Can somebody confirm it’s an iOS 13 issue?

Updating to iOS 13.1 now.

Thanks.
Greets,
Auke

Mine worked fine with both 13, and 13.1.

If you go to the attachment url in safari on the phone, do you see the image?

The attachment url is working.

Just found an other revived topic about this issue.

What HA version are you running?

Update:
My wife’s phone still shows the notification with attachment.

Versions:
Home Assistant 0.98.5 (running on raspbian)
Home Assistant Companion 1.5.1
iOS 12.4.1

Update:
HA updated to version 0.99.3

Wife’s Iphone still shows attachment in notification.
Mine not.

On the other topic mentioned above, somebody said iOS 12 en Companion 2.0.0 also doesn’t work.

So it has to do with the Companion app… ok it’s beta.

Fixed in Home Assistant Companion 2.0.0 (66).