We are in the final stages of developing an app that had utilized C2DM for push notification, and decided to swap over to the new GCM since we hadn't released yet and it seemed like a good idea.
However, this is proving to be a giant headache. We have the JSON and headers formatting correctly and we get back a valid response, but the failed count is always 1 and the error message is UNAVAILABLE. The documentation says to just try again, but this has proved pointless as it always returns the same result. I have seen several posts on stackoverflow and other sites that list a similar problem. Has anyone been able to get the new GCM stuff working? We are using a php backend to handle the push notifications. We are using the standard CURL library, and as far as I can tell the JSON is valid, and works as we do get a result. Prior to swapping out the old message attribute with the new data attribute it would fail to return any result, so I am pretty confident we have it right. Any thoughts would be appreciated. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

