GCM stuck on register on 2.3.3 Gingerbread device
For some reason, using "GCMRegistrar.register(this, SENDER_ID);" works on 4.0 + devices. However, it stuck at the following message without getting anymore GCM notification from Google. " Registering app (my package) of senders (my api #) " 1) manifest and receiver should be correct since it's working on 4.2.1. 2) I have google play and linked with google account on 2.3.3 device I have searched for several day and couldn't find an answer. Anyone know what's wrong or have the same issue? Thanks Cookie Mon I found out it's just because I didn't set the receiver's category correctly. Since I was