We are about to launch a title on the iOS appstore, and we've just recently found that it does not work on iOS 8. The game loads to a black screen, however everything else apepars to be working (music can be heard, it reacts to touchscreen, just nothing on the display).
Our engine is quite old and uses OpenGL ES 1.1. I'm now convinced this is the issue, as I've tried another (old) tutorial that renders a black screen.
I've looked online for any sort of discussion about this, but can't seem to find anything. Does anyone have any 1.1 apps out there that they can confirm have either stopped working, or do work?
I'm now looking at the task of updating the engine to 2.0, which is no small feat considering the size of the project, and the fact we're due to launch very shortly. It wouldn't make sense that Apple would just drop support for 1.1 without saying anything, so I'm hoping i'm mistaken in this.