Notification with images won't work anymore on IOS

Hello,

since a couple of days I do not receive any notifications with images anymore on my iphone.

service: notify.mobile_app_iphone
data:
  message: Wasmachine klaar
  title: Wasmachine
  data:
    image: >-
      https://cdn.icon-icons.com/icons2/735/PNG/32/washing-machine_icon-icons.com_63084.png

I have something ike this,
but no notification is shown.
if I remove the 2nd data tag a notification is shown.
can I make my images work again?

hello,
can you try this

service: notify.mobile_app_iphone
data:
  data:
    image: >-
      https://cdn.icon-icons.com/icons2/735/PNG/32/washing-machine_icon-icons.com_63084.png
  message: Wasmachine klaar
  title: Wasmachine

that doesn’t work either,
I can add other data attributes, just not image anymore,
also not when I store the image on HA to match the domain.
could this be since the latest ios update?

I think the problem is probably the ios because I’m an Android user and my code has worked normally
image
and after research, I have found this

if this doesn’t work I recommend you the telegram bot, I have used it for more than two years and I see it great.

thnx for the advise,
I actually already knew it worked on android because of my wife’s phone.
I think it might be some ios setting.

I already came accross that threat. but that one wouldn’t explain why message without images work.
also, my device is already rename to just “iphone” as you can see in the service call.

Telegram bot is just not an option for me, technically no problem, but I don’t want to use services I don’t really need.

for now I think I will just disable all images, but still, it should work.

1 Like


So the 3th point in the IOS update fixes the issue,
still strange I’m the only one experiencing this one. but now it works again.