A question with this tag is about non-public (aka private) iOS APIs.
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-privateapiI am a first time ios developer and cannot find any documentation on private apis. So I have been searching …
ios xcode iphone-privateapi otoolI wanted to detect two events : Device gets locked/unlocked. Device goes to sleep and the screen blackens. First one …
ios iphone-privateapi sleep-modeI'm currently using this code NSHost *host = [NSHost hostWithAddress:hostname]; if (host == nil) { host = [NSHost hostWithName:hostname]; if (host == nil) { […
iphone networking iphone-privateapi nshostNow that it's public knowledge that App Store submissions are being tested for use of private APIs, I need to …
ios iphone iphone-privateapiUsing the method described in this question, I can get a list of apps running on an iOS device. I …
ios iphone-privateapiHow to get list of all installed Applications on iPhone device programmatically in iOS 8. If anyone knows the solution by …
ios ios8 iphone-privateapiNote : 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 springboardIn my app I'm using [NSURL URLWithString:@"App-Prefs:root=Privacy&path=LOCATION"] to open settings screen. Will it be …
ios url-scheme iphone-privateapiI 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