Black Screen on Device

Hello,

Having an issue now with black screen happening on my iPad.  Building with 2824 of Corona SDK, and there are no errors on Xcode device log.  I’ve tried removing all references to ads and iap just in case that might be interfering somehow, and now have the app going to a test scene where only an image is displayed, and still only getting a black screen on device with no error messages.  I’ve also updated my Xcode to 9.2 and have my OS X updated to Capitan. I’ve built successfully to Google Play and Amazon marketplaces, with and without iap/ads, so this problem is only being had on iOS.  I’m wondering if anyone could help with any insight as to what to do?

I can also confirm this issue - it appears to be an issue with “landscape” only applications - all iOS landscape apps do not work and give a black screen - can you please check this and let us know if this will be resolved? Thank you 

Apparently the source of the issue was converting images from jpg to png, at least in this specific instance.  The images were recognized well enough on Android, but not so on iOS.  Might also explain a bit why there was no error in the device logs, since it was finding the filename.png okay, but just having difficulty loading it or displaying it since it was converted from jpg.  

I can also confirm this issue - it appears to be an issue with “landscape” only applications - all iOS landscape apps do not work and give a black screen - can you please check this and let us know if this will be resolved? Thank you 

Apparently the source of the issue was converting images from jpg to png, at least in this specific instance.  The images were recognized well enough on Android, but not so on iOS.  Might also explain a bit why there was no error in the device logs, since it was finding the filename.png okay, but just having difficulty loading it or displaying it since it was converted from jpg.