Is there a web site or project documenting private APIs for the iPhone SDK?
feedback
|
|
Most likely. Just use the command line application | |||
|
feedback
|
|
These are the compilable headers generated by class-dump-z, a iOS class dumper: | ||||
|
feedback
|
|
There is a Stack Exchange proposal but it's lacking support:
http://area51.stackexchange.com/proposals/18154/ios-private-apis | |||
|
feedback
|
|
Try App Scanner. It doesn't contain documentation, but does let you look up method signatures, and also scan your .app file to make sure it doesn't contain private APIs before you submit to the iOS review team. | |||
|
feedback
|
|
here are searchable archives from iPhone OS 2.2.1 to iOS 5 | |||||
feedback
|
|
I don't know of a list of only private ones. But you can get the complete apis from Erica Sadun's site. When using private api's keep this one in mind. | |||
|
feedback
|
|
http://ericasadun.com/iPhoneDocs312/files.html This is provided by the ericasadun | |||||||
feedback
|
|
You might also find my "private-dumper" ruby gem useful: http://rubygems.org/gems/private-dumper | |||
|
feedback
|