Hi. My Game is Crashing on IOS even before splash screen. It is working fine on Android devices. And On Unity Editor too. I couldn’t figure out the reason. Attached is the screenshot.
Ok. I have got it. I had some texture with extension .dds in my game. which were not supported for Iphone. After checking Unity Editor Console I got this error. Replacing these textures with Png format solved the Issue.