I just installed this on my Google Nexus 7 and I’ve identified several things that need adjusted.
First, you need to include this permission in build.settings under the android permissions:
"com.google.android.c2dm.permission.RECEIVE",
I’m not sure why this is required. The Business App sample doesn’t do anything with push notifications. There are no plugins being included. But adding it stopped the black screen crash.
Next, the URL for the CoronaLabs feed probably should be https:// not http:// to avoid potential redirect issues.
Next the scenes does not seem to be recognizing the responsive nature of the “adaptive” setting in config.lua. I know I’ve fixed this in my local copy, but the version on github has not had these adjustments. It shouldn’t take me long to merge the two sources to solve this.
The big problem that I don’t have an immediate response for is the Video option. Google changed the YouTube feed a month or so ago and it’s atom based, but they are very heavily dependent on the Media namespace. The RSS and ATOM Lua modules don’t fully support the media namespace. But because all of these media items are inside another XML structure, I’m going to have to add a loop inside a loop to get it working right. This is going to take me several days to straighten out.
In the mean time, to stop the crashing add the permission above and that should get you started. Just know that the Video option isn’t going to work