Top "Iphone-privateapi" questions

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

Where do I find iOS Obj-C code to scan and connect to wifi (private API)

I need a sample obj-c code that scans and connects to wifi. Private API is ok, I'm not going to …

ios wifi iphone-privateapi
iOS otool to detect private apis

I am a first time ios developer and cannot find any documentation on private apis. So I have been searching …

ios xcode iphone-privateapi otool
Is there a away to detect the event when iOS device goes to sleep mode (when the screen gets blackened)?

I wanted to detect two events : Device gets locked/unlocked. Device goes to sleep and the screen blackens. First one …

ios iphone-privateapi sleep-mode
Alternatives to NSHost in iPhone app

I'm currently using this code NSHost *host = [NSHost hostWithAddress:hostname]; if (host == nil) { host = [NSHost hostWithName:hostname]; if (host == nil) { […

iphone networking iphone-privateapi nshost
Apple and private APIs

Now that it's public knowledge that App Store submissions are being tested for use of private APIs, I need to …

ios iphone iphone-privateapi
how to determine which apps are background and which app is foreground on iOS by application id

Using the method described in this question, I can get a list of apps running on an iOS device. I …

ios iphone-privateapi
Get list of all installed application in ios 8

How to get list of all installed Applications on iPhone device programmatically in iOS 8. If anyone knows the solution by …

ios ios8 iphone-privateapi
Lock iOS app in single app mode programmatically

Note : I don't want to submit this app to app store. What i want to achieve : I want simple app …

ios objective-c iphone-privateapi springboard
Is it considered a private API to use App-prefs:root?

In my app I'm using [NSURL URLWithString:@"App-Prefs:root=Privacy&path=LOCATION"] to open settings screen. Will it be …

ios url-scheme iphone-privateapi
Finding Private API Call _terminateWithStatus

I just received an email from Apple stating my app has been rejected for the call of _terminateWithStatus. I have …

iphone xcode cocoa-touch iphone-privateapi