java - Why does GoogleCloudMessaging.register always return a different token while the documentation reads otherwise? -
the documentation googlecloudmessaging.register says:
register application gcm , return registration id. must call once, when application installed, , send returned registration id server.
repeated calls method return original registration id.
why when call method, repeatedly, different device registration key. might have missed thing shouldn't getting same registration token, always?
Comments
Post a Comment