I have downloaded and installed your PushDemoSample from GitHub. Then i tried to send message (or pushes?) from another device and from console.
I used all the headers (“android-ticker-text”:“You just got a private push notification!”, “android-content-title”:“This is a notification title”, “android-content-text”:“Когда эти пуши заработают?!”), but it just calls MyPushBroadcastReceiver. But not MyPushService neither onMessage boolean.
Question: what should i do to make your sample work?
please check this doc https://github.com/Backendless/Android-SDK/blob/master/docs/push.md
also, make sure that you have registered right service in manifest