A question with this tag is about non-public (aka private) iOS APIs.
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-coreWhen an iOS Device goes into "sleep mode", even a configured VPN is, unfortunately, turned off. A customer that wants …
ios settings vpn iphone-privateapiWe'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 iokitI haven't found a comprehensive list of the steps that are required to use a private API from the iPhone …
iphone resources iphone-privateapiI want to capture a screenshot from a background service. Private API is just fine as I don't need to …
ios iphone-privateapiWith 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.3Can 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-privateapiI have tried the accepted answer of How to get IMEI on iPhone? but I got an empty string. I …
iphone ios iphone-privateapi imeii 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