• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Status Bar doesn't appear correctly !

Guest
Feb 06, 2015 Feb 06, 2015

Copy link to clipboard

Copied

i'm building an application using adobe flash builder with sdk 16 (flex)

the status bar doesn't appear on iphone 6.

here is my code :

<iPhone>

        <InfoAdditions>

        <![CDATA[

                <key>UIDeviceFamily</key>

                <array>

                    <string>1</string>

                    <string>2</string>

                </array>

                <key>UIStatusBarStyle</key>

                <string>UIStatusBarStyleLightContent</string>

                <key>UIRequiresPersistentWiFi</key>

                <string>YES</string>

                <key>UIApplicationExitsOnSuspend</key>

                <string>YES</string>

                <key>UIRequiredDeviceCapabilities</key>

                <array>

                   <string>microphone</string>

                   <string>gps</string>

                   <string>camera-flash</string>

                 </array>

            ]]>

</InfoAdditions>

        <requestedDisplayResolution>high</requestedDisplayResolution>

        <Entitlements>

        <![CDATA[

            <key>aps-environment</key>

            <string>development</string>

        ]]>

            <!--<string>production</string> <string>development</string> -->

        </Entitlements>

    </iPhone>​

please can any one help me ??

thank you.

Views

516

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Feb 07, 2015 Feb 07, 2015

Copy link to clipboard

Copied

Hi, do you have

<fullScreen>true</fullScreen>

and / or

<systemChrome>none</systemChrome>

under <initialWindow> tag in your application descriptor xml file?

Having them may hide iOS status bar.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Feb 09, 2015 Feb 09, 2015

Copy link to clipboard

Copied

hi,

I have

<initialWindow>

        <content></content>

        <autoOrients>true</autoOrients>

        <fullScreen>false</fullScreen>

        <visible>true</visible>

        <softKeyboardBehavior>none</softKeyboardBehavior>

</initialWindow>


thank you,

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Feb 11, 2015 Feb 11, 2015

Copy link to clipboard

Copied

please i need some help !

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 01, 2015 Apr 01, 2015

Copy link to clipboard

Copied

LATEST

Use the AIRSDK17 and add launch images for iPhone6.

1- Default-375w-667h@2x.png  -> 750 x 1334 for iphone6

2- Default-414w-736h@3x.png - >1242 × 2208 for iphone6plus

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines