Ok here is my situation:
My theme kept bugging out the status bar. Narrowed it down to this code in the plist:
<key>StatusBarMode</key>
<string>1</string> (doesn't matter what the # value is set to, I've tried 0 and 1 so far and they both cause the bug)
Anyway, what is happening is, power on the screen, status bar is like it should be, open an app up (mail, contacts, clock, maps, etc) and when I exit them, the status bar disappears with the app that I just closed out.
I can get the status bar back by turning off the screen, then turning it back on.
Also, this doesn't happen with all apps. There are a few apps that I can open then close and the status bar stays up top like it should. (calculator, notes, voice memos, weather) But it's just a few apps. MOST of the apps I open and close cause the status bar to disappear.
It has something to do with the plist. If I remove the plist, status bar works normally, no problems. I just have the plist to make my status bar transparent in the first place.
Let me know if ya have any ideas. ThankS!
EDIT: Ok I just realized that (with no plist activated to alter the status bar from its default) that when I open any of those apps that didn't cause the status bar to disappear (weather, calculator, notes, voice memos) they don't change the status bar to gray. They simply keep the black/clear status bar from the home page.
To explain what I mean, all of the other apps, when you open them they change the status bar to gray. (contacts, clock, most apps) and when you close said app, it returns you to the black/clear status bar of the home page.
Apparently the plist is creating a conflict with the default status bar transitions..
please help