freshplanet / ANE-Push-Notification

Air Native Extension (iOS and Android) for Push Notification
Apache License 2.0
205 stars 104 forks source link

Push listeners when app is closed Android need help #34

Closed ioll closed 7 years ago

ioll commented 10 years ago

in first i would like to thank you for your great work i am a flex builder and java developer i am using your Push ANE for a mobile news app witch redirect to the news detail when click on notification. I am working on android and ios till now i have .

iphone(ios) : Opened -> listens and redirect in debug but no sounds(ok with it) Background-> listens open app and redirect in debug (normally) Closed->listens open app and redirect in debug and run (normally) Android: Opened -> listens and redirect in debug with sound (normally) Background-> listens open app and redirect in debug (normally) Closed->just open app and sound but cannot listen

any ideas for android ? if app is closed ?

yadurajiv commented 9 years ago

Has anyone come up with a solution for this problem in Android?