Push notification Case-I Request: POST https://go.urbanairship.com/api/push { "audience":{ "device_token":"764a7c9f94f1b1103414143320786ee6cba85f9f321e294b10bd0e42582a00f0" }, "device_types":[ "ios" ], "notification":{ "ios":{ "alert":"hello app!!!", "category":"DOWNLOAD", "extra": { "url": "http://www.urbanairship.com", "id":123, "entityType":"SupportRequest"} } } } Response: { "ok":true, "operation_id":"3d26bd06-d142-48ea-a3eb-46b29fb705bb", "push_ids":[ "a6950648-9bcd-46d0-b392-1f562c8fb570" ], "message_ids":[ ], "content_urls":[ ] } Push notification after removing the app from device Case-II POST https://go.urbanairship.com/api/push { "audience":{ "device_token":"764a7c9f94f1b1103414143320786ee6cba85f9f321e294b10bd0e42582a00f0" }, "device_types":[ "ios" ], "notification":{ "ios":{ "alert":"hello app!!!", "category":"DOWNLOAD", "extra": { "url": "http://www.urbanairship.com", "id":123, "entityType":"SupportRequest"} } } } {"ok":true,"operation_id":"960835b9-6b23-4ce8-baad-a26235eede14","push_ids":["a623fe6b-7aec-4b30-9d84-fb07cbf263d7"],"message_ids":[],"content_urls":[]}