tags:

views:

330

answers:

3
+1  Q: 

Private api's list

Hi,

Is there any link available that gives the list of private api's used in iPhone. My objective is to access the SMS, calendar, audi, video's from non jailbroken iPhone. I searched in the following link , but could not find any related informations. link text

Best Regards,

Mohamed Sadiq

A: 

There's PrivateFrameworks folder in the same level with "public" Frameworks folder for a start (/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.0.sdk/System/Library/PrivateFrameworks). Although there's no headers available there at least you can see the list of them.

Vladimir
I got the private api's and added it to my code. BUt all teh api's are undcoumented and could not find the usage of those api's . There were 100 of header files available. Is there any good llink or ebooks available that gives the documenation of all the private api's.Sadiq
Mohammed Sadiq
+3  A: 

Just a small word of caution:

If you intend to have your iPhone application distributed through the App Store, you can not rely on any private API's. The application will be rejected by Apple.

Claus

Claus Broch