Closed jasdev closed 9 years ago
When passing an iOS push via redis, the following schema is expected:
{ "command" : { "command": "iospush", "device_token": user_device_token "build": (beta | enterprise | store) }, "message" : { "event" : event_name, "data" : object, "time" : int } }
The data object under message must have the following fields set:
data
message
message_text
badge_count
When passing an iOS push via redis, the following schema is expected:
The
data
object undermessage
must have the following fields set:message_text
badge_count