How to send a silent Push Notification payload
21:09 30 Mar 2016

I just want to know how I can determine what action to do on a silent push:

This is the aps that I sent to the client:

"aps": {
    "content-available": 1
}

My problem now is when I add type: "Order_Update" to determine that the silent push is for the Order Update to display an alert notification.

ios swift push-notification apple-push-notifications