English 中文(简体)
Android C2DM 未得到纠正
原标题:Android C2DM getting NotRegistered response

感谢你宣读我的职位:

我在申请中做了出色的工作。 为了测试一种不同的情景,我没有登记的电话,以便它不会再收到推车,然后我重新登记我的电话。 自2006年以来 我重新注册的推动工作并不奏效。

下面是我所经历的步骤:

  1. My phone receives a registration_id with no erros
  2. I do a post to Google with my registration_id within a few minutes of receiving the id
  3. I get a response of Error=NotRegistered

在此过程中,我看不出在洛卡特有任何奇怪之处。 我的去世和任何帮助都受到高度赞赏。

Thank you, Matt

最佳回答

当你重新使用谷歌提供的C2DMMessage级推进时,你又重新使用C2DMMessage固定方法。 登记(背景,缩略语) 兹向C2DM登记。

如果你在电话上使用一个账户,它仍会向您提供C2DM服务器背后的登记,但不会为您服务。

Thanks, Matt

问题回答

暂无回答




相关问题
Android - ListView fling gesture triggers context menu

I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...

AsyncTask and error handling on Android

I m converting my code from using Handler to AsyncTask. The latter is great at what it does - asynchronous updates and handling of results in the main UI thread. What s unclear to me is how to handle ...

Android intent filter for a particular file extension?

I want to be able to download a file with a particular extension from the net, and have it passed to my application to deal with it, but I haven t been able to figure out the intent filter. The ...

Android & Web: What is the equivalent style for the web?

I am quite impressed by the workflow I follow when developing Android applications: Define a layout in an xml file and then write all the code in a code-behind style. Is there an equivalent style for ...

TiledLayer equivalent in Android [duplicate]

To draw landscapes, backgrounds with patterns etc, we used TiledLayer in J2ME. Is there an android counterpart for that. Does android provide an option to set such tiled patterns in the layout XML?

Using Repo with Msysgit

When following the Android Open Source Project instructions on installing repo for use with Git, after running the repo init command, I run into this error: /c/Users/Andrew Rabon/bin/repo: line ...

Android "single top" launch mode and onNewIntent method

I read in the Android documentation that by setting my Activity s launchMode property to singleTop OR by adding the FLAG_ACTIVITY_SINGLE_TOP flag to my Intent, that calling startActivity(intent) would ...

From Web Development to Android Development

I have pretty good skills in PHP , Mysql and Javascript for a junior developer. If I wanted to try my hand as Android Development do you think I might find it tough ? Also what new languages would I ...

热门标签