{ "id": "63113", "key": "TIMOB-2481", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": { "id": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2011-04-15T03:20:58.000+0000", "created": "2011-04-15T03:20:57.000+0000", "priority": { "name": "Trivial", "id": "5" }, "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "rseagraves", "key": "rseagraves", "displayName": "Reggie Seagraves", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-30T17:30:32.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "{html}
Hi,
\nI've tried the basic example below for push notifications, I get\nprompted to allow, then nothing happens, no error, no success, it\nfails silently. Unless I'm doing something wrong, the issue occurs\non the latest 1.4 release as well as the latest 1.5 build.
\n\nTitanium.Network.registerForPushNotifications({\n types: [\n Titanium.Network.NOTIFICATION_TYPE_BADGE,\n Titanium.Network.NOTIFICATION_TYPE_ALERT,\n Titanium.Network.NOTIFICATION_TYPE_SOUND\n ],\n success:function(e)\n {\n alert(e.deviceToken);\n },\n error:function(e)\n {\n alert(e.error);\n },\n callback:function(e)\n {\n alert(\"Received a push notification\\n\\nPayload:\\n\\n\"+JSON.stringify(e.data));\n }\n});
\n
works w/ 1.5.1. ticket can be closed.
Possibly due to jailbreaking, and Push was tested extensively\nwith 1.6.0GM. Invalidating.