1

We are migrating from worklight 5.0.6.2 to worklight 6.2 (with latest ifix from fixcentral)

At the same occasion, we would like to make our hybrid app compatible with iphone 6 and 6 plus new screen sizes. From what I've understood we need to put new splash screen size & icon size in xcode for it https://developer.apple.com/library/ios/documentation/userexperience/conceptual/mobilehig/LaunchImages.html and Supporting iPhone 6 and iPhone 6+ with different launch/splash screen image for iPad Portrait and Landscape orientations

But since worklight is not compatible with asset catalog yet, I don't know how to do this properly without messing the splash screen display. Any recommandations ?

Thanks for your help.

Community
  • 1
  • 1
piflechien
  • 13
  • 2

1 Answers1

0

The sizes are as follows:

  • For iPhone 6:

    • 750 x 1334 (@3x) for portrait
    • 1334 x 750 (@3x) for landscape

  • For iPhone 6 Plus:

    • 1242 x 2208 (@3x) for portrait
    • 2208 x 1242 (@3x) for landscape

Name the files as follows as place them together with the rest of the images in the iphone\native\Resources folder.

  • For iPhone:

    • Default@3x~iphone.png

  • For iPad:

    • Default-Landscape@3x~ipad.png
    • Default-Portrait@3x~ipad.png
Idan Adar
  • 44,156
  • 13
  • 50
  • 89
  • 1
    Hi Idan, Thanks for the quick answer, but that didn't work. It just keeps on using the old images (for lower resolutions) I've then tried the following: http://conceptdev.blogspot.com/2014/09/iphone-6-and-6-plus-launch-images-for.html Now they are taken into account but only for 1~2 seconds, then the old images for lower resolutions are displayed zoomed in for also 1~2 seconds Isn't it because of the worklight SDK SplashImageViewController-Portrait.xib not being adapted for higher screen size yet ? – piflechien Oct 02 '14 at 16:16
  • I'll get back to you about that. – Idan Adar Oct 02 '14 at 16:17
  • @piflechien, We've identified the error. To received a fixed version, you'll need to open a PMR. – Idan Adar Oct 07 '14 at 09:09
  • Hi Idan, thanks for the answer. Ok we'll open a PMR ;-). Cheers – piflechien Oct 07 '14 at 12:36
  • @piflechien, I think you've received an iFix by now. If my answer helped you, please mark it as Answered. – Idan Adar Nov 01 '14 at 08:46
  • Hi Idan, yes we received a fix last week: APAR PI26896 – piflechien Nov 02 '14 at 12:31