The application's giving 404s
According to my packet capturer, GET /message?uuid=*******-**__-_-__-_*********** on api.pushjet.io over HTTP just gives a 404
This might be because the app automatically changes https to http
Valid: https://api.pushjet.io/message Invalid: http://api.pushjet.io/message
Closed in #14 but probably not pushed to the play store
A temporary fix is to open settings and checking "Use custom server"
Sorry for the delayed response,
The "Use Custom Server" fix with https://api.pushjet.io makes subscriptions/registering/etc work, but messages still get 404'd
In the picture just below, you can see 2 SSL'd requests from pushjet, and one non-SSL'd pushjet request

Do you know when will the #14 update be pushed to the PlayStore?