A question with this tag is about non-public (aka private) iOS APIs.
Is there a web site or project documenting private APIs for the iPhone SDK?
iphone api ios4 documentation iphone-privateapiI need to retrieve CellID, MCC, MNC, LAC and Network (GSM, 3G) of the current Serving Cell Tower in iOS 5.1 (…
ios gsm 3g iphone-privateapi cellidis there a way to programmatically turn off the display in iOS? Not just turning brightness down, but off like …
iphone ios iphone-privateapiHow can i get the type of connection of a carrier network? I'm able to get if connection is WIFI …
iphone objective-c ios network-programming iphone-privateapiIn iPhone can we set the lock screen, wallpaper and ringtone programmatically? If Yes, then please let me know how …
ios objective-c iphone ios4 iphone-privateapiMy iPhone application was rejected solely for using the (very safe, it seems) private method +setAllowsAnyHTTPSCertificate:forHost: for NSURLRequest. Is …
iphone cocoa cocoa-touch nsurlrequest iphone-privateapiIn order to return to app after call, I use telprompt instead of tel. Codes like this: [[UIApplication sharedApplication] openURL:[…
ios iphone-privateapi telpromptInstead of having the user to hold the home button, I would like to programmatically launch Siri within my application. …
ios iphone-privateapi siriPossible Duplicate: iOS Private API Documentation Is there any link available that gives the list of private api's used in …
iphone iphone-privateapiI want to on/off airplane mode in iOS programmatically. After googling, i got some of the following links, and …
ios iphone frameworks iphone-privateapi airplane