I have created a push notification application. Till yesterday, It was working fine. But today when I tried to send push notifications, it is not working.
In client side I can see that , the application is registering with the server and printing the Reg ID. But in the server , I am getting error like below,
"statusCode":3046,"statusMsg":"error of not allowed to use Push Server" . and I am not able to send the push notification from the server.
I tried to look for the status code in the following link
https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.native.appprogramming%2Fhtml%2Fguide%2Fmessaging%2Fpush_server_api.htm
but I couldn't find the status code which is printing the log. !! What could be the problem ?