こんにちは、私はすべてのことを正しく行い、すべての権限を正しく取得し、アプリケーションにサインアップしました。com.google.android.c2dm.intent.REGISTER. Googleサーバーに問題がありますか?差出人: noreply@google.com、件名: AC2DM への招待というメールしか届きませんでした。
- 別のアクティベーション メールが必要ですか? 1日前にフォームにサインアップしました...
とにかくgoogle c2dm側をテストする方法はありますか?
Intent registrationIntent = new Intent("com.google.android.c2dm.intent.REGISTER"); registrationIntent.putExtra("app", PendingIntent.getBroadcast(this, 0, new Intent(), 0)); registrationIntent.putExtra("sender", "mail@gmail.com"); this.startService(registrationIntent);