views:

509

answers:

2

Has anyone submitted an applicaton using UIGlassButton? Was it approved?

I am trying to use a colored rounded button and do not want to use these hacks. http://stackoverflow.com/questions/372731/how-can-i-set-a-button-background-color-on-iphone

Why are we not allowed to use UIGlassButton?

A: 

Cant use it because its not in the public api and therefore not in the documentation of the SDK, why dont they allow us to use it? who knows, but i can tell you if you use it your app will probably not get approved. Usage of undocument calls and classes usually leads to apps being rejected.

Daniel
What makes you believe that the use of undocumented code leads to "likely" rejection? Google doesn't seem to mind. http://www.tuaw.com/2008/11/26/google-yeah-we-did-use-undocumented-api-so-what/
Bryan
From people reporting that t hey have gotten rejected, google doesnt mind, apple does...
Daniel
Apparently apple does not mind either. I am using google's app utilizing the undocumented proximity sensor for voice searches.
Bryan
the fact that apple didnt catch that you are doesnt mean they dont mind..
Daniel
You really think they didn't catch the fact that one of the most popular apps is using the proximity sensor?
Bryan
+1  A: 

My application was accepted.

Bryan
Looks like the UIGlassButton is not a big deal to apple. App accepted.
Bryan