1

I added the iOS 5 Twitter functionality into an App. The App-Design is "without" statusbar. The guidlines from apple said, that an App with network shouldn't hide the statusbar because the informations about the network activity.

Is it an reason for rejection to hide the statusbar with twitter integration?

Thomas
  • 330
  • 1
  • 11
  • 2
    "Should not" is a recommendation - you'll be fine hiding the statusbar even when network activity is ongoing. – Till Sep 09 '12 at 18:36

2 Answers2

1

I have faced the similar problem. Don't worry, It is just fine If your App doesn't have a status bar, at all. It won't get your App rejected.

The thing is your App shouldn't have is inconsistent behavior. This is what, Apple guys gets annoyed by.

Good luck with your App :)

viral
  • 4,168
  • 5
  • 43
  • 68
0

You could always alleviate it by adding some kind of network activity indicator by yourself. The indicator in the statusbar does not trigger itself automatically anyway.

Maciej Trybiło
  • 1,187
  • 8
  • 20