Hi,
How long does it take to active push notification after I upload Certificate file via console?
It seems like it is not activated immediately. I could send notification to my app with my own python server. But it does not push throw Backendless messaging API. (Same to Backendless Portal console.)
Does push notification work immediately after upload certificate?
Push notifications are “activated” right away. If you do not get them, there must be a problem either with the configuration or the code.
The push part should be fine. Because I can see the messages in Backendless Portal.
The certification was also uploaded, password was set. I double checked the deviceId, it was no problem as well.
I have tested my .pk12 cert on my own python server, the notification could be received.
There could be a problem at delivery.
BTW, the reset button at Mobile Setting in Backendless Portal seems not work. After I clicked, it did not clear the password I inputed.
There may be many things why push notifications are not received. I recommend watching a recording of a webinar I did for Push Notifications, you can find it on the webinars page on our website.
Okay. Thanks for helping!