I have an Android application that uses the C2DM service. I also have a server that integrates with C2DM. And I succeeded in registering from Android and from the server to the C2DM servers.
The problem is that I can send a message only to the account that is signed in to the C2DM service (in the website and allow this service). This account is my server account also.
How can I send C2DM messages to other Gmail Accounts? Can I get C2DM messages in Gmail accounts on Android?