Help APK Black Screen

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

I will upgrade Corona and see what happens :slight_smile:

I upgrade Corona and MAke a new build but does the same thing  :( 

  1. You have the file: plugin_fuse.lua in your app but are not using it.  Delete that.

  2. You’re using TIF images.  These will probably work on the simulator but will not work on device.  Only use PNG or JPG images.

  3. I replaced your build.settings and conflig.lua files (http://spiralcodestudio.com/corona-sdk-pro-tip-of-the-day-36/)

  4. You’re using MP3 files a sound effects, which not entirely wrong isn’t great since you’re tyring to use them very quickly w/o pre-loading them.  I’d personally use WAV files for sound effects.

tested, works fine, PM’d link to code.

I kept your old config.lua and build.settings in folder ‘bak/’

THANK YOU MAN I LOVE YOU !! :wub: :wub:  <3 <3