Hi there, if we start the GCMIntentService via a declaration in the Manifest file, GCMNotifications are received. All the neccesary data like ApiKey and URL to use GCM are store in a database and must be loaded before starting the GCMIntentService. Especially on old and slow devices, we get Errors because the data are not yet ready. So we tried to start the GCMIntentService manually after the data are loaed from database via
startService(new Intent(this, fo.baz.GCMIntentService.class)); However, now we do not receive GCM Notifications - waht is missed? Thanks in advance --Ulrich -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

