Is a GCM registration token with a colon valid?

后端 未结 1 867
悲哀的现实
悲哀的现实 2020-12-21 15:50

i am using the below code to get the DCM Registration token

 String token = \"NoREG\";
    try {
        InstanceID instanceID = InstanceID.getInstance(getA         


        
相关标签:
1条回答
  • 2020-12-21 16:12

    The GCM registration token is usually around 140 chars in length, and can contain colons, underscores and hyphens. Maximum size is supposed to be 4k.

    0 讨论(0)
提交回复
热议问题