I've added MobileCoreServices.framework to my Xcode project, and have the statement import MobileCoreServices in top of my file. I have the line of code let test = LSApplicationWorkspace.defaultWorkSpace() And xcode said Unresolved Identifier LSAppli
I am making an in-house (Enterprise) app. I want to delete other installed apps from the iOS device programmatically. I have successfully retrieved the installed apps' info (e.g. name, bundleId, version, icon etc.) using Apple's private framework met
I want to fetch the list of near by wifi networks and able to connect to them from our App in ios, and my Application is Enterprise App so even private api's is also fine. Stuck this issue since 2 weeks, please provide me some references..What you re
I want to receive x, y coordinates of a touch. I've tried this solution, but it doesn't seem to work for IOS 7. I get the following error: Tweak.xm:96:2: error: no matching function for call to 'IOHIDEventSystemClientScheduleWithRunLoop' IOHIDEventSy
I am working on an iOS application in which automation testing will be done on OS level( can open any application through script). I have searched a lot, all I found is we are allowed to automate the test script within our own application only. Okay,
I need to implement a self bluetooth app to connect with all bluetooth devices to iPhone. I know it is not possible with CoreBluetooth framework. I use private API and added header files of DeviceManager and BluetoothManager to private frameworks and
I'm working on an cydia substrate tweak and I have this line of code: double threshold = [SBLockScreenNotificationScrollView scrollThresholdForPasscodeScroll]; When I try to compile I'm getting these errors and warnings for the line. I've imported <S
I want to know how can I listen all touch events on a jailbreak ios device even the app is running in background. This feature was implemented in an app named AutoTouch. Any ideas or suggestions?It is possible to capture system wide touch events just
I am looking for a way to get programmatically UI hierarchy of 3rd party application. Couple of constrains: I am looking for a way to get UI of 3rd party app (so I can't include any library in it or change a code) It should work on a real iOS device
When an iOS Device goes into "sleep mode", even a configured VPN is, unfortunately, turned off. A customer that wants an app for his iPad has to use VPN for security, so anything must be done through VPN. The app has to synchronize a lot, but th
I need to implement an app that detect an event when sms are received or sent on iPhone.Reading Sms is not required. my app is going to run in background using apple's background multitasking feature for voip and navigators. I can use private api as
I am trying to acquire the surface associated with the main screen of the ios device, create an image out of it and save it. This is in relevance to this question - Taking Screenshots from iOS app - emulating Display recorder (query on the internals)
I need to retrieve CellID, MCC, MNC, LAC and Network (GSM, 3G) of the current Serving Cell Tower in iOS 5.1 (iPhone 4S). I know this information is available because I can see it in FieldTest Mode (accessible after calling ****3001#12345#****). I sup
Is there a way to use a private iOS API to access the raw input from the noise canceling mic(s) on the iPhone? I've tried looking through header dumps I found online but couldn't find anything related to the secondary microphones.1) One interesting t
I have an application (I am not going to submit this app to apple app store) using which I want to check whether bluetooth is turned on. If it is turned on then I have to display an alert. - (void)centralManagerDidUpdateState:(CBCentralManager *)cent
actually I need to lock my iPhone programmatically, I have searched in the internet, also got some ideas, that is, using GraphicsServices.framework and GSEventLockDevices() method.. here is the thing: how can I add a private framework to my project?
I know that audio players and Voip apps can run in background on iOS. Is there a way to show UI from background (except LocalNotifications)? I mean full screen UI. A method which uses private API or other tricks are acceptable. The application will b
I want to get all the notifications of the BluetoothManager private framework. I've been searching but i only have found two (BluetoothAvailabilityChangedNotification and BluetoothDeviceDiscoveredNotification). I'm interesting in a notification that
I know that there are some restricted api's or code that are not allowed to be in your app when you submit it to the app store. How do you know what they are? Is there a way to check your app before you submit it to ensure you have not used such api'
I would like to programatically get the device phone number (on iOS5 and iOS6). Are there any unofficial ways for doing so? Are there any private Core Telephony APIs or IOKit APIs that can be used for example? And yes I do know my app won't be accept
I'm trying to use Private Frameworks in my project, The problem is when I add the .framework file to the project, there is no header file Any solution for that? Thanks!What BJ Homer said is correct: private frameworks are for Apple's use only, so the
Does anyone know if it's possible to directly send an iMessage using a private framework? I tried using CTMessageCenter from CoreTelephony but it'll send an SMS even though my phone can send iMessages.I haven't tested this, but look at the code poste
A Mobile Operator needs to distribute an app which is using private APIs onto non-jailbroken devices. From what I've read everywhere so far, this is not possible. Just out of curiosity: Enterprise Developer Program is reserved for apps that are distr
I'm looking for some private API to start a VPN connection configured in the Settings app. Anyone any suggestions where I can find them? The only thing I found is the ManagedConfiguration.framework. Is that the right place to start? it's kind a hard
Today I submit my iOS App to app store, but soon I got a mail from apple, it said that, cannot be posted to the App Store because it is using private or undocumented APIs: Private Symbol References BZ2_bzBuffToBuffDecompress As you know, as outlined
The Evernote iPhone app displays a "second" status bar at the top to keep the user informed about the progress of the synchronization without blocking the rest of the user interface. You can see the green bar in this screenshot: http://img706.im
I read some info regarding getting .h files for undocumented API. Most of sources recommend class-dump (or class-dump-x and class-dump-z). However it doesn't work with iPhone Security.framework. It doesn't contain Objective-C runtime information. The
My iPhone application was rejected solely for using the (very safe, it seems) private method +setAllowsAnyHTTPSCertificate:forHost: for NSURLRequest. Is there a non-private API to emulate this functionality?There seems to be a public API for that ;)
Now that Apple is running some kind of static analysis to automatically check for private API use, a number of people have been caught because of the Three20 library. I use another third-party library (which I compile myself from code) and I would li
Now that it's public knowledge that App Store submissions are being tested for use of private APIs, I need to ask the question... what exactly is a private API so that I may avoid them?A private API is an API that is not documented in the SDK. For in