I am using a 'push notification' example found on the internet that just logs in as a user on the cloud and subscribes on a channel and waits for push messages. (if you need some code i can provide it on the comments below)
When I am sending messages (as you can see in the title i am using Android on 3 devices with the 3 latest android versions), the push arrives fine but the Badge and the Custom sound do not work.
So:
1) I read that Android does not support badges, is that true? If not, why does it not show? shouldn't it work without me changing anything on the code? (just by sending badge:1 from the console?) 2) I used the default sound and it plays fine but whenever I am using a custom sound (from 5KB to 14KB all WAV files), it does not work. Since I tried it on multiple devices and I could not find anything on the internet to solve it, I decided to post here. I used the Appcelerator console to send (both simple and advanced JSON) and i used the filename with and without the .wav in the end. I also tried using an older version of cloudpush but I get an error that the receiver doesn't work or something. I tried virtually everything!
Please, help. It is becoming really annoying!!!!!!