Has anyone been able to get the Android AIR extension http://myappsnippet.com/gcm/ to work? I'm well aware of how to setup GCM. But when using the extension above I can not stop getting the MismatchSenderId error.
I've used https://github.com/freshplanet/ANE-Push-Notification
and it works.
I've also used http://afterisk.wordpress.com/2012/09/22/the-only-free-and-fully-functional-android-gcm-native-extension-for-adobe-air/
and it works.
I've even tried http://myappsnippet.com/gcm/ on a "clean" phone that has never had my app installed, and still get the MismatchSenderId error.
If I take the registration ID I get from registering with one of the other extensions then it can be received using the above ANE. But If I use the registration ID from http://myappsnippet.com/gcm/ it gives me the same MismatchSenderId error.
Does anyone have any experience with this particular ANE? I followed step by step and looked through the example throughly. I need this one to work because it actually uses icons, sounds, and vibrations on the notify. Not having that essentially makes the other ANEs worthless.