Hi guys
My app displays sometimes multiple android notifications. When someone clicks on them, my app should show up with the content of the notifications.
I've managed to do it, but it only works for the first notification the user clicks on. If I leave the application after this (for example with the homebutton) and click then on the next notification, nothing happens.
I've created an example application to show you what I have at the moment. You can find it here: https://github.com/VanCoding/TitaniumNotificationTest
What am I doing wrong? How do I achieve what I want? Thanks!