3 Replies Latest reply: Nov 2, 2014 11:51 AM by roberto lopez RSS

    Adapt application for iphone 5 and 6

    roberto lopez Community Member

      To create an adaptable application for iphone 5 and 6

       

      Do I have to put the 3 files as dependent launch?

       

      Default-568h@2x.png

      Default-667h@2x.png

      Default-736h@3x.png

       

      Or do I have to create a separate application for each device?

        • 1. Re: Adapt application for iphone 5 and 6
          Colin Holgate CommunityMVP

          Currently the startup is going via a black screen, even if you have included the iPhone 6 screens, I think something still needs to be fixed in AIR. You don't need to make separate applications, if you include the various splash screens it should work ok, once AIR is fixed. One thing I haven't found out for sure is the names of the files. Some people here have used names that include the width and height figures, not just the height one. In an app I just submitted I included both variations of the name, but still get a black screen for a moment.

          • 2. Re: Adapt application for iphone 5 and 6
            roberto lopez Community Member

            Would you know me full file names for iphone 5 and 6 including width and height?

            • 3. Re: Adapt application for iphone 5 and 6
              roberto lopez Community Member

              This I found

               

                 320x480(2x) ->   640x960: Default@2x~iphone.png

                 320x568(2x) ->  640x1136: Default-568h@2x~iphone.png

                 375x667(2x) ->  750x1334: Default-667h@2x~iphone.png

                 414x736(3x) -> 1242x2208: Default-736h@3x~iphone.png

                768x1024(1x) ->  768x1024: Default-Portrait~ipad.png

                1024x768(1x) ->  1024x768: Default-Landscape~ipad.png

                768x1024(2x) -> 1536x2048: Default-Portrait@2x~ipad.png

                1024x768(2x) -> 2048x1536: Default-Landscape@2x~ipad.png