Hello dtsolis,
I am facing this issue in my ios app.There is no sound when i update the post in wordpress blog.But if i send the push from the parse.com then it includes sound.
this is the payload when i send push from the parse.com
{ “alert”: “hey man”, “sound”: “default” }
and this is the payload when i create a new post from the wordpress blog
{ “alert”: “This is your first post”, “badge”: “”, “sound”: “”, “post_id”: 26 }
sound setting is enabled in the wordpress.
WordPress 4.1.1
Simple Parse Push Service 1.3.1
please help me to resolve this.
Thankyou