I’m (attempting) to use push notifications with Android via Urban Airship.
I’ve register for C2DM, and received the confirmation email, generated my auth token – but when I try to send a test push notification I get this error:
C2DM push to apid ***ID number here*** failed due to invalid auth token
How can I verify that the auth token is correct?
Is the authentication token being included in the headers of the POST? The only reasons I can think of are that the authentication token wasn’t sent or is old.