Currently, any iOS message sent via push API to endpoint:https://go.urbanairship.com/api/push is not being delivered to the device. Urban Airship is sending us back a valid response, however the device never recieves the message.
We have confirmed that Android devices are receiving the message via the same API call.
We have also confirmed that iOS devices do receive the message with the same payload with same channelID sent via the https://go.urbanairship.com/ Test Push page.
The response we get from the push api is below. you'll see we get an OK response even though the message does not get delivered.
{"ok":true,"operation_id":"REDACTED","push_ids":["REDACTED"],"message_ids":[],"content_urls":[],"localized_ids":[]}
Comments
2 comments