얼마전까지 잘 동작하던 코드인데...

며칠 전부터 안되네요.

Intent registrationIntent = new Intent("com.google.android.c2dm.intent.REGISTER");
registrationIntent.putExtra("app", PendingIntent.getBroadcast(this, 0, new Intent(), 0));
registrationIntent.putExtra("sender", xxxxxxxx@gmail.com);
startService(registrationIntent);
 
다들 비슷한 코드라서...ㅜㅜ
이렇게 보냈는데요. Receiver에서 Regestration으로 값이 안오고 있는데
혹시 저같은 증상이 있으신분이 계신가요?
 
아니면 이건 어떻게 확인해봐야 할까요?