freshplanet / ANE-Push-Notification

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

receiving notifications on android 4.1+ doesnt work #12

Closed aryuna closed 7 years ago

aryuna commented 11 years ago

hi i test the ane on several galaxy S3 with android 4.1+ and doesnt receive the notification from gcm

rewb0rn commented 11 years ago

Hey,

it works for me on my galaxy s1 with 4.1.2 cyanogenmod. Did you try a Logcat Reader to check if the intent receives the signal? This helped me in the process of making it work.

Cheers

aryuna commented 11 years ago

the logcat shows me the following error : error activatng application but just on the galaxy s3 with android 4.1.2

ioll commented 10 years ago

i have this issue also for Samsung Galaxy S3 android 4.1.2

ioll commented 10 years ago

Someone posted on issue #25 that he used another mobile app Notify Me! to get the notifications on 4.1 i found the code for notify me in java source but i am confused about can you check please here the link for you :+1: https://code.google.com/p/notify-me/source/browse/src/org/tpmkranz/notifyme/ but i don't know where is the missing part in freshplanet ?

ioll commented 10 years ago

it seams the Galaxy S3 have email problems the mail exchange app do not open it close and go out maybe this is related the C2DM registration by email i took a look at the code it is migrated to GCM registration but why freshplanet check both on registration (email and app id) ?