Under the Bridge

Icon FAIL

Well, here’s a reason we hadn’t run into before for Apple to toss your app into the FAIL bucket:

Your application cannot be submitted to the App Store because it uses a standard “Camera” button for an action which is not its intended purpose.  Applications must adhere to the iPhone Human Interface Guidelines as outlined in iPhone SDK Agreement section 3.3.5.

The “Camera” button is to be used to opens an action sheet that displays a photo picker in camera mode.  Implementing standard buttons to perform other tasks will lead to user confusion.  We recommend using Custom button.

In order for your application to be reconsidered for the App Store, please resolve this issue and upload your new binary to iTunes Connect.

That’s rather annoying, as we’d actually gone to some trouble to find that icon in a UITabBar-usable form specifically because that tab does display a photo picker in camera mode … once you’ve picked and positioned an overlay. Apparently Apple thinks users are very easily confused if that little diversion is too much for them.

Ah well. Live and learn. Hey, it could be worse, they could have actually found some problem with the code…

3
  • Pingback: Extracting SDK icons at Under The Bridge

  • Susan

    How many tab-bar style iphone icons… are already on my Mac that I use for developement?
    Where can I find them?
    Apple includes ZERO icons with the SDK? And ZERO icons already on my Mac?

  • http://www.alexcurylo.com Alex

    Well, the link there tells you how to extract them from Apple’s apps, but that’s unofficial … at best.

    Your best bet would be to check out http://glyphish.com/ for a nice set to get started with.