iphone - iOS Localize Splash Screen in Xcode 4.6 -


i found bug in xcode 4.6 during app store submission process.

the problem may 1, 2013, apple reject applications doesn't support retina display , iphone 5. understand if application optimized iphone 5 process looks launch image section in settings:

enter image description here

the problem born when try localize splash screen: localize splash screen must drag image not in launch images section, in supporting file folder in project navigator. localize image , call default.png (and other appropriate name iphone 5 , ipad). procedure cause launch images sections blank if works fine: in device can see correct splash based on device language.

but, because apple looks section understand if app optimized iphone 5 can't able publish app , process returns error: iphone 5 optimization required.

this bug in xcode because process mentioned works fine... has have encountered problem , found solution it?

enter image description here

please check this:

"....you can localize application icons , launch images placing files same name in language-specific project directories. even if provide localized versions, however, you should include default version of these files @ top-level of application bundle. default version used in situations specific localization not available..." apple


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -