Top "Iphone-privateapi" questions

A question with this tag is about non-public (aka private) iOS APIs.

iOS Private API Documentation

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

iphone api ios4 documentation iphone-privateapi
Get CellID, MCC, MNC, LAC, and Network in iOS 5.1

I 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 cellid
Turn off display in iPhone OS (iOS)

is there a way to programmatically turn off the display in iOS? Not just turning brightness down, but off like …

iphone ios iphone-privateapi
Detect carrier connection type (3G / EDGE / GPRS)

How 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-privateapi
How to set lock screen , wallpaper and Ringtone programmatically in iPhone?

In 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-privateapi
Alternative method for NSURLRequest's private "setAllowsAnyHTTPSCertificate:forHost:"?

My 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-privateapi
Will apps that use telprompt be rejected

In order to return to app after call, I use telprompt instead of tel. Codes like this: [[UIApplication sharedApplication] openURL:[…

ios iphone-privateapi telprompt
Can Siri be invoked programmatically within my app using private APIs?

Instead of having the user to hold the home button, I would like to programmatically launch Siri within my application. …

ios iphone-privateapi siri
Private api's list

Possible Duplicate: iOS Private API Documentation Is there any link available that gives the list of private api's used in …

iphone iphone-privateapi
Toggling AirPlane mode in iOS Programmatically

I 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