I updated my application to use Image Asset for App Icon and Launch Images i set both with appropriate image size according to Apple Doc. The issue that I have that for Iphone and the simulator for (4S/5/5S) the launch image/screen is always black except for Iphone 6+ but it works fine on iPad. I looked at couple of post here and nothing have worked as follow
1) deleting the asset catalog and creating a new one
2) adding @2x and 3@x to each file before adding to the catalog
3) removing and redeploying the application
Anyone had that issue when porting image catalog ? Im using Xcode 6
Targeting ios 7 and 8
Thanks Mike
Update 1
When disabling landscape launch screen appears normally
something i noticed before doing, so on either the device and the simulator
the application starts in landscape even if the device is held in portrait
and then it rotate to portrait. Still trying to solve that issue now