PHONE_REGISTRATION_ERROR C2DM on Ice cream sandwich AVD

情到浓时终转凉″ 提交于 2019-12-22 08:50:27

问题


I try to run my C2DM application in ice cream sandwich AVD, but it prompt PHONE_REGISTRATION_ERROR during the C2DM registration.

The same code working fine on froyo/gingerbread

anyone know how to fix this?


回答1:


This is an error code returned from Google's C2DM servers. Documentation says:

PHONE_REGISTRATION_ERROR Incorrect phone registration with Google. This phone doesn't currently support C2DM.

So, I guess, C2DM currently simply hasn't been enabled on 4.0 AVD.



来源:https://stackoverflow.com/questions/7887090/phone-registration-error-c2dm-on-ice-cream-sandwich-avd

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!