Looks like they are working again! Yeah.
Not here in the US
I am in the US and its working fine now. Be sure you open the App on your iOS device and update push setting.
Having the same issue in the US! Is this working for others?
Started working again after 12 h or something like that for me (not in the Us though, but that shouldnāt matter)
Is this happening again?
Getting the same error
2019-06-19 21:54:11 ERROR (SyncWorker_9) [homeassistant.components.ios.notify] Platform application is disabled
Raised an issue. It looks like itās the same problem as last year: outdated certificate.
same in germany
thank god it expires during day time in california and not in the middle of the night!
Looks like this issue has returned, approx a year later? Started July 18th.
2020-07-18 22:50:05 ERROR (SyncWorker_5) [homeassistant.components.ios.notify] Platform application is disabled
Okay, so it seems the ios.notify
was tied to the old V1 server. That certificate expired this weekend, so if you move your notifications to the service call notify.mobile_app_PHONE_NAME_HERE
you should get back up and working. I just tested it and notifications worked just fine.
Exactly right.
Dont understand whats the problem i have the same issue. Can someone explain me what i have to do please?
Iām getting this exact same issue now, is notify.notify deprecated? If so how do we notify all? maintain a group?
notify:
- name: ALL_DEVICES
platform: group
services:
- service: mobile_app_iphone_one
- service: mobile_app_iphone_two
- service: mobile_app_ipad_one
- service: mobile_app_pixel_4_xl
from:
Thanks Robbie!