Silent Push Notification in iOS 7 does not work

This works also and does not play a sound when it arrives:

{
    aps = {
        "content-available" : 1,
        sound : ""
    };
}

EDIT

People having this problem may want to check out this link. I have been participating in a thread on Apple’s Developer forum that goes over all app states and when silent pushes are received and not received.

Leave a Comment