Search Unity

Xcode 5 DP4 Unity 4.2 problem

Discussion in 'iOS and tvOS' started by hellobard, Aug 6, 2013.

  1. hellobard

    hellobard

    Joined:
    Sep 26, 2012
    Posts:
    140
    Hi,

    I am testing on my iOS 7 device (latest beta) using Xcode 5 DP4 and Unity 4.2 and when building to my phone the Status Bar shows up regardless of having turned it off both in Unity and Xcode. Is this a common bug, or just happening on my system?
     
  2. Ostwind

    Ostwind

    Joined:
    Mar 22, 2011
    Posts:
    2,804
    AFAIK its a common bug and will be fixed in 4.3
     
  3. hellobard

    hellobard

    Joined:
    Sep 26, 2012
    Posts:
    140
    4.3! That might be a long wait for something so simple :/
     
  4. Ostwind

    Ostwind

    Joined:
    Mar 22, 2011
    Posts:
    2,804
    Well iOS7 is in beta so there is no reason to officially support it yet as Apple can change stuff back and forth.
     
  5. elbows

    elbows

    Joined:
    Nov 28, 2009
    Posts:
    2,502
    Speaking in general terms this sounds more like the sort of thing that would be fixed in a minor point release (e.g. 4.2.2 or whatever) if its a major issue that affects the final iOS Xcode releases and the timing leaves a big gap before the release of something more major like Unity 4.3. But I somehow doubt anything official can be said publicly while the Apple stuff remains in beta since Apple are quite strict about what people are allowed to discuss beyond the official Apple dev forums during beta periods.
     
  6. Alexey

    Alexey

    Unity Technologies

    Joined:
    May 10, 2010
    Posts:
    1,624
    yes 8)
    anyway, we are obviously working with ios7 update. Some stuff came out with 4.2, and some more (along this status bar thingy) should be out in 4.2.1.
     
  7. hellobard

    hellobard

    Joined:
    Sep 26, 2012
    Posts:
    140
    Alright, that's good news ;)
    On a weird note, this problem does not occur on the iPhone 4 device.
     
  8. pramod7891

    pramod7891

    Joined:
    Apr 15, 2013
    Posts:
    1
    When will we get the Unity 4.3 with this fix? Any specific date.
     
  9. _Max_

    _Max_

    Joined:
    Feb 21, 2013
    Posts:
    160
    Update Xcode to the final GM, see if it helps..
     
  10. hippocoder

    hippocoder

    Digital Ape

    Joined:
    Apr 11, 2010
    Posts:
    29,723
    Fix it with plist. Do a search.
     
  11. fredstales

    fredstales

    Joined:
    Jun 4, 2013
    Posts:
    36
    If you have this in your plist it will sort it out until Unity 4.3 is out.

    <key>UIStatusBarHidden</key>
    <true/>
    <key>UIViewControllerBasedStatusBarAppearance</key>
    <false/>