I’ve just duplicated an existing template, set all the events just like the old one, etc.
All the devices under the old template are working normally, e-mail and push notifications are ok. However, in the the cloned template (100% same configuration as the old one) only the push notification is not working (timeline and e-mail works). I did many trials already with no sucess.
Server: ny3
How are we triggering? ESP32 → Blynk.logEvent
We did more trials with the cloned template, and we figured out that: If we disable:
Push notifications in the app start to work again.
We also tried to enable, in the app, everything related to this option in order to see if the problem would be related to app side (settings), but it did not worked either.
@BlynkAndroidDev Maybe I was not clear in this point, but this function enabled is blocking the own event push notification itself, regardless if it set as critical, warning, info or content… but in my case, all events had this option ON, so all push notifications stoped working.
It seems I’ve reproduced the issue. It will be fixed in the 1.7.4 build. Currently, we are roll-outing 1.7.3 version, so I will upload 1.7.4 right after 1.7.3 will be fully released (probably in several days)
I did the double-check with different event types (info,warning, critical) and in all of them we have the same issue with this function enabled (it kills the app push notification of the particular event regardless the event type).