I’ve got webproject, with two “modes” – first is some kind of drawing, second – showing 3D model in WebGL got from the picture you have drawn.
I want to port it to iOS for some reasons. I’ve decided not to rewrite first page (it is html page with some js scripts in there), but port WebGL (as I know Apple don’t allow it) into some native OpenGL ES code.
Won’t Apple reject this app?
Why would they reject it? Unless you are just using a UIWebView and HTML (which you specifically said OpenGL ES, so I assume not), this sounds like a completely legit app.