Push notification doesn't appear (DEF-3728) (SOLVED)

After investigating your repro project I was able to verify my fixes. Also worth noting is that your example was missing the push.register which is needed both for receiving remote pushes later on, but also to handle “stored pending notifications”.

Will continue working on my fix which will hopefully ship in version 1.2.146.

2 Likes

I just added push.register()before push.schedule() and I got this error:
DEBUG:SCRIPT: INVALID_PARAMETERS

Are you sure about using register for local push notifications?

P.S. The code had pushed to repo.

And it did!

1 Like