Top "Iphone-privateapi" questions

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

How to access iOS private APIs in Swift?

How can I call non-public iOS functions and acces non public properies from Swift? Specifically, I would like to use …

ios objective-c swift iphone-privateapi quartz-core
How to turn on VPN from iOS app? (Private APIs OK)

When an iOS Device goes into "sleep mode", even a configured VPN is, unfortunately, turned off. A customer that wants …

ios settings vpn iphone-privateapi
Private unique device identifier in iOS

We're working on a project with my colleagues which involves using a lot of private and non official code. This …

ios iphone cocoa-touch iphone-privateapi iokit
How to use iPhone SDK Private APIs

I haven't found a comprehensive list of the steps that are required to use a private API from the iPhone …

iphone resources iphone-privateapi
IOSurface - IOS Private API - Capture screenshot in background

I want to capture a screenshot from a background service. Private API is just fine as I don't need to …

ios iphone-privateapi
Handling private frameworks in Xcode ≥ 7.3

With Xcode 7.3 / iOS 9.3 Apple removed all private frameworks from the iOS SDKs. For research purposes (not App Store!) I need …

ios xcode iphone-privateapi ios9.3
iOS Detect system volume level change. private API or not? AVSystemController_SystemVolumeDidChangeNotification

Can listening to AVSystemController_SystemVolumeDidChangeNotification NSNotification be considered (during the App Store review process) as using private API? In my …

ios avfoundation appstore-approval nsnotificationcenter iphone-privateapi
get IMEI on iPhone with CoreTelephony?

I have tried the accepted answer of How to get IMEI on iPhone? but I got an empty string. I …

iphone ios iphone-privateapi imei
get carrier name and signal strength return wrong value in iphone

i curious why i get wrong value to get carrier name and signal strength. Here the code. CTTelephonyNetworkInfo *netinfo = [[CTTelephonyNetworkInfo …

iphone objective-c iphone-privateapi signal-strength