immopoly / appengine

The actual server running on Google AppEngine (GAE).
immopoly.appspot.com
3 stars 0 forks source link

c2dm checken #39

Open mrschtief opened 12 years ago

mrschtief commented 12 years ago

gibs überhaupt noch benachrichtigungen? im log steht org.immopoly.appengine.ImmopolyC2DMMessaging sendNoRetry: Unauthorized - need token

mrschtief commented 12 years ago

https://developers.google.com/android/c2dm/

C2DM has been officially deprecated as of June 26, 2012. This means that C2DM has stopped accepting new users and quota requests. No new features will be added to C2DM. However, apps using C2DM will continue to work. Existing C2DM developers are encouraged to migrate to the new version of C2DM, called Google Cloud Messaging for Android (GCM). See the C2DM-to-GCM Migration document for more information. Developers must use GCM for new development.

stefanhoth commented 12 years ago

Migration: http://developer.android.com/guide/google/gcm/c2dm.html

keyboardsurfer commented 11 years ago

Migration auf GCM ist sinnvoll, da C2DM ausläuft.