android c2dm - 是否可以在客户端使用我自己的身份验证服务?
我正在阅读android c2dm 实施指南简介。我很高兴使用谷歌身份验证作为服务器。但我想在客户端使用我自己的身份验证服务器。是否可以?
I am reading introduction of android c2dm implementation guidelines. I am happy to use google authentication for server. But i want to use my own authentication server for client side. Is it possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
完全有可能,但如果您希望 C2DM 到达您用户的手机,则该手机需要与其关联的 Google 帐户。
Perfectly possible, but if you want C2DM's to reach your user's phone, the phone needs a Google account associated with it.