When I ran the APK you uploaded it spit out an error regarding Google push notifications. In particular it was complaining that you didn’t’ have this permission:
“com.google.android.c2dm.permission.RECEIVE”,
in your build settings. I see two different build.settings posted above, so I don’t know which one is right. In one, the only permission asked for was “INTERNET”. To use push notifications you have to use several more permissions. The second build.settings looks like it has them.
You probably cannot take Ed’s code and use it as your build.settings. You need to integrate it into the build.settings you have.
The current public build is 2906. I would suggest upgrading too.
Rob
