Search code examples
androidandroid-c2dm

What tool to send push notification to android phone?


I need to test the C2DM service. I have already implemented the service in my Android app. Before starting coding the third party server which gonna send the notifications i would like to test my app.

Is there any tool working on Windows (preferably with an UI) which allow me to enter the registration_id of my phone , the account used into C2DM and a message.

I'm looking for a jar or an exe , don't bother to propose php or any web server based script , i can't install any server or interpreter on the computer which have access to internet :'( .

Thanks


Solution

  • Finally build my own command line tool based on this article . Probably faster than keep searching a ready to use tool.