Make rectangle fill screen ( Works in simulator , not device)

I’m trying to make my background which is a single color rectangle fill the screen. I have tried almost everything , but i cannot get it to work on device.

On Device Screenshot(iPhone 5):

oW2JqdH.png

On Simulator:

BM5u0Ak.png

The background is just a single rectangle. Can someone give me a solution that will work on device?

probably need Default-568h@2x.png, see: http://docs.coronalabs.com/guide/distribution/buildSettings/index.html#launchimage

@puppy, dave is correct for your iPhone 5+ devices you have to have the default file that is how IOS knows to extend the screen beyond the normal iPhone4 size etc. all you need to do is create that image (can be anything) just needs to be that size and named the same as dave mentioned then drop it in your root director and it will resolve your issue.

probably need Default-568h@2x.png, see: http://docs.coronalabs.com/guide/distribution/buildSettings/index.html#launchimage

@puppy, dave is correct for your iPhone 5+ devices you have to have the default file that is how IOS knows to extend the screen beyond the normal iPhone4 size etc. all you need to do is create that image (can be anything) just needs to be that size and named the same as dave mentioned then drop it in your root director and it will resolve your issue.