I have implemented push notifications support as provided in the IBM Worklight Getting Started training module:
http://public.dhe.ibm.com/software/mobile-solutions/worklight/docs/v600/09_04_Push_notifications.pdf
My problem is when the application is in the background or closed, and I receive a push notification. I click on the notification but nothing happens - the notification disappears and the application doesn't launch.
I'm using worklight 6.0.0.1 and testing on Android OS v4.1 and v2.3.
Did I miss some configuration?