Question about minimum iOS version + UILaunchImages

Hi Folks,

I’m having trouble determining what the minimum iOS version will be for my app, especially if I do not specify ‘MinimumOSVersion’ in the build settings. I’m thinking it might be 6.0 according to this post:

https://coronalabs.com/blog/2014/04/25/changes-in-minimum-os-version-ios-6/

So then, if it is 6.0, would that mean I change “UILaunchImageMinimumOSVersion” to 6.0 in UILaunchImages?

– Launch image files table

UILaunchImages = {

{  – iPhone 4 LandscapeLeft

[“UILaunchImageMinimumOSVersion”] = “7.0”,  – change to “6.0”?

[“UILaunchImageName”] = “Default”,

[“UILaunchImageOrientation”] = “LandscapeLeft”,

[“UILaunchImageSize”] = “{320, 480}”

},

– etc, etc, etc

Thanks for your help!

p.s. am I supposed to be seeing the correct launch images as configured in build settings in the simulator? Because so far, it only seems to be using one of the images: Default-Landscape@2x

anyone anyone?

Hi @kRona,

I’d have to confirm with the engineers (in case they changed something I’m not aware of), but I’m pretty sure the Simulator doesn’t consider different launch images. Probably best to test on devices if possible.

Best regards,

Brent

Thanks Brent! Will do, much appreciated!

So I get the proper launch images when I run the App in the Xcode simulator :slight_smile:

The Xcode simulator should show the right images.

Rob

p.s. am I supposed to be seeing the correct launch images as configured in build settings in the simulator? Because so far, it only seems to be using one of the images: Default-Landscape@2x

anyone anyone?

Hi @kRona,

I’d have to confirm with the engineers (in case they changed something I’m not aware of), but I’m pretty sure the Simulator doesn’t consider different launch images. Probably best to test on devices if possible.

Best regards,

Brent

Thanks Brent! Will do, much appreciated!

So I get the proper launch images when I run the App in the Xcode simulator :slight_smile:

The Xcode simulator should show the right images.

Rob