Hello,
I'm developping a mobile application with AIR, using a ANE for some functionnalities.
I'm able to create a localNotification, firing it on my device.
When the notification is fired it shows a slider on the top of the device, and a badge on the icon of my app.
When I click on the slider, throught the event FRPE_ApplicationDidReceiveLocalNotification in the AIR SDK (in FlashRuntimeExtensions+Private.h) I can catch which notification is fired (by getting it's ID), but when I click on the badge it doesn't seem the fire this event.
Do I have to listen to another event or should it be fired as with the click on the slider ?
Thank you.