Why is my iPhone app running full screen on iPad

I have an iPhone app that works great on iPhone 5 and 4, when I run it on iPad2 I expect it to launch in a small window with 2x resolution, but instead it launches a full screen view of all layouts, Apple rejected mine application and I need to fix it.

I created this app just as iPhone and built on Xcode 6 with ios8.0 sdk, Please help thanks

+3


source to share


2 answers


Ok finally deleted the xib file that I used as the launcher screen and used the default images instead, instead solved the problem for me, the app runs in 2x mode on an iPad with a launcher screen.



+1


source


If you set a launcher screen for your app, it will be full screen on iPad.



In Xcode, select the target of your application, then select the tab General

, scroll to App Icons and Launch Images

, check Launch Screen File

.

+3


source







All Articles