vote up 1 vote down star
2

Is there a web site or project documenting private APIs for the iPhone SDK?

flag

2 Answers

vote up 0 vote down

Most likely. Just use the command line application class-dump to view the private headers. Note that your app will be rejected from the App Store for linking to private frameworks if you link at compile. It is easy enough to see that you are linking the private frameworks by running otool on your binary if linked at compile.

link|flag
vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.