[AC-1402] Push notification not received
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2014-10-15T02:17:46.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Alloy, Titanium SDK & CLI |
Labels | android, api |
Reporter | Ishan Singh |
Assignee | Shuo Liang |
Created | 2014-09-27T19:45:54.000+0000 |
Updated | 2016-03-08T07:37:49.000+0000 |
Description
Hi, All I am facing an issue in which i am implementing push notification in android, i am able to get the push notification success fully after subscribing if the application is in background. But the problem arises when the application is closed its showing me myApp has stopped unexpectedly.
I am attaching my android manifest after my build, my tiapp.xml, the ddms error log screenshot and my .js file.
Attachments
If you want received push notification, you have to set callback function to listening the incoming notification. Here is the sample and guide: [http://docs.appcelerator.com/titanium/latest/#!/api/Titanium.CloudPush]