I am using http://gitt.io/component/eu.rebelcorp.parse (0.14.1) module in my Titanium Android app. It works well but when a notification received on the device it shows below error and the notification does not interact with the app.
onPushReceive: App is not alive; 'notificationreceive' won't be triggered
when I click on the notification it shows below error:
onPushOpen: App was killed; resume the app without triggering 'notificationopen'
I am using http://gitt.io/component/eu.rebelcorp.parse (0.14.1) module in my Titanium Android app. It works well but when a notification received on the device it shows below error and the notification does not interact with the app.
onPushReceive: App is not alive; 'notificationreceive' won't be triggered
when I click on the notification it shows below error:
onPushOpen: App was killed; resume the app without triggering 'notificationopen'
Please help.