grunk
grunk

Reputation: 14938

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

Upvotes: 2

Views: 2627

Answers (3)

yogeshhkumarr
yogeshhkumarr

Reputation: 306

C2DM is now depricated. Use Android GCM http://developer.android.com/guide/google/gcm/gs.html

Upvotes: 4

grunk
grunk

Reputation: 14938

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

Upvotes: 1

Ashterothi
Ashterothi

Reputation: 3282

I got this to work to run as the server in VB http://www.androidsnippets.com/vbnet-server-side-code-to-send-c2dm-messages

Seems to work nicely, hopefully that's the direction you were talking about.

Upvotes: 0

Related Questions