A question with this tag is about non-public (aka private) iOS APIs. Apple will reject apps that use non-public APIs, but they can be distributed using ad-hoc or enterprise distribution (on jailed and jailbroken devices), or through jailbreaks. The main difference from software development ...
-1
votes
0answers
8 views
Filter Messages in IOS6 [closed]
I want to Build an Application that Filter Messages from Imessages & then Copy them to a seperate DB , then delete them from the original DB .
If there is an existing application that does the ...
2
votes
1answer
33 views
Is there a private API to read another app badge number?
I want to be able to read badge numbers from 3rd party apps.
I checked SpringBoardServiceService and found only SBGetBadgeNumber which is for reading your own badge number (it's used by higher level ...
-1
votes
0answers
39 views
Using Sim Toolkit in IOS [duplicate]
I mean in programming way. Like read SIM details through SIM card.By doing research i found by using Sim Toolkit,we can get them,but i can't find any documentation.
Please provide me the any links, ...
2
votes
1answer
31 views
GSEventRegisterEventCallBack - Get notified on view changes
Has any one used GSEventRegisterEventCallBack?
My app runs in background. I want to get notified when a view in foreground app(which is not my app) changes. Is it possible through ...
1
vote
1answer
37 views
Is there a way to find pid of a process of socket peer?
I have the following case:
Two applications (mine and 3rd party) on iOS need to communicate over TCP/IP
I can change the code of my app, but not the 3rd party app
The protocol can't be changed ...
3
votes
1answer
99 views
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 submit to app store. I have already tried UIGetScreenImage and it does not work from background ...
2
votes
1answer
27 views
When is 'isRunningInStoreDemoMode' true?
I am looking for a solution to present apps on trade shows.
I know you can install a profile to your device with the undocumented com.apple.defaults.managed payload to disable the home button of the ...
8
votes
0answers
112 views
Does anybody know a way to add entitlement to iOS application for non jailbroken device?
Some background
iOS operation system has a "entitlement" notion . Generally speaking, it's a permission which is granted to an application. Other system services and apps can check for this ...
2
votes
1answer
65 views
iOS SpringBoardServices get UIApplication
using otool -tV SpringBoardServices command, I am able to get C functions in SpringBoardServices framework binary..
I can see SBFrontmostApplicationDisplayIdentifier which will give me id of the ...
2
votes
2answers
90 views
iOS Private API - Launching a app by bundle ID
Actually its a set of 3 sub questions
1) It is possible to use a GraphicsServices method and link the binary from private framework. Why is it not possible to do similar with SpringBoard ...
4
votes
1answer
35 views
Distinguish between different causes of VOIP application start
VOIP application are restarted automatically in iOS in several cases:
Initial install
Reboot of device
Crash of VOIP application
I am looking for way to distinguish between them.
I checked ...
1
vote
1answer
72 views
how to detect a password text field when running in the background?
I am developing a screen recorder and facing a crazy requirement. My boss would like to have an option for a user to automatically pause recording when the current view has a password field. (That ...
3
votes
1answer
193 views
expand (pull down) iPhone statusbar programmatically
Is there a way to expand/collapse statusbar programmatically?
This is just for my experimental app. I do not intend to place it on the market.
Thanks
Edit: I mean expanding it as when a user touches ...
1
vote
1answer
35 views
An error during using ChatKit.framework
I used ChatKit.framework in jailbreaked project. When I compile the project, I got a error like this:
Undefined symbols for architecture armv7:
"_OBJC_CLASS_$_xxxxx", referenced from:
...
3
votes
1answer
196 views
GSSendEvent - Inject Touch Event iOS
I want to inject touch event in iPhone. I get the coordinates of touch event via network socket. GSSendEvent seems to be good choice. However, it needs GSEventRecord as one of the inputs.
Does ...
9
votes
1answer
185 views
How to find the purple port for the front most application in IOS 5 and above?
I am trying to write an app that runs in the background and injects touches to the springboard or other apps. I understand that I will be using private APIs and structures. The app is an enterprise ...
0
votes
0answers
117 views
CTTelephonyCenterAddObserver Private API not receiving disconnected event when call is connected and duration of call is more than 5/6 sec
I am using CTTelephonyCenterAddObserver(ct, NULL, callback, NULL, NULL, CFNotificationSuspensionBehaviorHold); to log the phone calls.
Here is the code of call back method
static void ...
0
votes
1answer
117 views
Is there a private API available to access the SIM Toolkit?
I'm investigating what APIs are available for accessing the SIM toolkit, does anything exist?
(Yes I know any use of such an API wouldn't permit the app to be submitted to the app store)
1
vote
1answer
89 views
How to use class-dump to find where your iOS application uses private content
I can't figure out how I'm supposed to use class-dump to see where my application accesses private content. I am getting the error "The app references non-public symbols in Payload/My App.app/My App: ...
1
vote
1answer
81 views
Is there a way to self uninstall app on iOS using private API?
Usual disclaimer: It's not suppose to go to AppStore. It's an experiment.
I am looking for some API which will allow to uninstall app itself. If it will allow to uninstall 3rd party apps, it would be ...
1
vote
2answers
124 views
What is an undocumented method and a private API?
Recently I have get a reject from Apple because a use of a private API. I don't know exactly what is a private API nor an undocumented method. Could someone explain me what is an undocumented method ...
4
votes
1answer
160 views
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 saw somebody suggested to use CoreTelephony framework,
but I am not sure how to use it to obtain the IMEI.
...
2
votes
1answer
167 views
Send a global touch event on iOS 6
I wanna build a automatic iOS app test framework. I can record the touch event by IOHIDFamily, so any way to replay this?
I tried GSEvent like this
void sendclickevent(){
mach_port_t ...
1
vote
0answers
150 views
How to disable notification center on iOS using private API?
I have an app which is in foreground and I want to disable notification center UI in it (so a user can't open it). And I am looking for an API (or at least direction of search) to disable notification ...
1
vote
1answer
65 views
IOHIDEventSystemClientScheduleWithRunLoop with EXC_BAD_ACCESS
I'm trying to get touch events in my application. So I used the IOHIDFamily callback to get the events. My code is like this:
void handle_event(void* target, void* refcon, IOHIDServiceRef service, ...
3
votes
1answer
312 views
iOS touch event notifications (private API)
It's possible to simulate touch events on iOS, and you can receive various system wide notifications when in the background using CTTelephonyCenterAddObserver and CFNotificationCenterAddObserver, eg:
...
-2
votes
1answer
140 views
Lock Iphone Programmtically [duplicate]
I want to lock my iphone programmatically means i am using app and app has button say local iphone. when i will pass this button, my app will go in background and iphone lock screen will appear.
Can ...
0
votes
1answer
74 views
iOS - Get list Internet Access Point programatically
Could you help me to clarify if it's possible or not, and are there any tricks to achieve this?
Are there any public or private API's to do this?
1
vote
1answer
348 views
iOS otool to detect private apis [closed]
I am a first time ios developer and cannot find any documentation on private apis. So I have been searching for some type of tutorial on how to use otool. The only certain thing that I can find is ...
1
vote
1answer
108 views
Switch call to speaker - iOS private api
I'm trying to figure out how I can switch a current call to output audio via the loudspeaker (as if the person was to press "speaker" on the phone app. Ideally, I want to accept the call on ...
2
votes
2answers
207 views
Connect and Disconnect USB Cable to iPhone using IOS programming
I am developing a iPhone app like " Eject device" on computer. which means, when I connect USB cable for connecting to computer, this application just disconnect that connection by a single Click. I ...
0
votes
1answer
59 views
Where I can find an ipa file containing private API?
I want to have an ipa file generated with Private API to test whether private-api identifying tool works or not. Could someone tell me how I can find such file? Thanks.
0
votes
0answers
545 views
Detect incoming SMS and send SMS in ios 6
In iOS 5 i hooked to _receivedMessage from CKSMSService.h but now, in iOS 6 it not work :(
About send SMS, the same thing! CoreTelephony.framwork has been change
How can I do now?
1
vote
1answer
236 views
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 an app for his iPad has to use VPN for security, so anything must be done through ...
1
vote
1answer
829 views
iOS toggle 6 WiFi on non-jailbroken device
I am developing an in-house iOS application (NOT FOR APPLE STORE, so I am happy to go for private API) and I would like to be able to toggle the wifi on or off programmatically. The reason for why I ...
1
vote
0answers
223 views
catch event on Power button + home key press together on Ios device
I am wondering to know, is there is any private framework for catch the event for Power button + home key press together for switch off ios device. when user press these buttons together instead of ...
2
votes
1answer
269 views
Getting state for system wide notifications in iOS and OS X
I am trying to write a code which will handle turning on/off screen on iOS (You can take a look at this question where similar problem is discussed). I included OSX tag for this question, because OSX ...
2
votes
1answer
332 views
Use front and back (primary and secondary) camera simultaneously on iOS device
I wanted to know if there is any functionality/app on iOS devices which allows you to capture videos simultaneously using front and back cameras showing the outputs in say a split screen. And then ...
1
vote
1answer
141 views
Using of PrivateFrameworkHeader-iOS-iPhone-5 API
I stuck a little bit at an easy seeming task...
<THE PLAN>
Developing a cycript-based application that retrieves the information which app has to be installed on the device. The cy-script ...
1
vote
1answer
690 views
iOS 6 - BluetoothManager framework - “NSObject” not found error
My question is a duplicate of this one. But that one (rightly)got closed as non constructive, with zero answer and with absolutely no use to anyone.
I am trying to connect to a external bluetooth ...
-1
votes
1answer
202 views
Blank SMS appear on MobileSMS app
I'm building for a jail-broken device and I want to block incoming messages.
So I blocked it and delete it, but when I open MobileSMS ("Messages") app or biteSMS app, the message that was blocked is ...
2
votes
1answer
113 views
Force close Message app
How can I force the Message app to close on a jailbroken device?
I have deleted messages from the database, but the phone numbers still appear; I think it's because the Message app is still running ...
0
votes
0answers
73 views
How do apps like gesturizer (Cydia) recognize global gestures?
My question is how are gestures detected globally i.e. be able to detect any gesture that takes place on the ios device. A suggested solution in Gesture Recognition on iOS devices is to attach a ...
1
vote
1answer
297 views
Gesture Recognition on iOS devices
I am working on gesture recognition on iOS devices. The official documentation at ...
2
votes
2answers
707 views
iOS event/notification for network activity up/down/off
I want a event/callback for my iOS app when the network activity goes from none to up (and the other way around). Similar to how Android does with onDataActivity(). I'm not talking about Reachability ...
-3
votes
3answers
588 views
Handling Touch Events on iOS devices
I am exploring the way touch events are handled on iOS devices. I referred the book: iOS Open Application Development. Working on that, I am overriding the mouseDown, mouseUp methods and simply ...
2
votes
0answers
201 views
running phone app on iPad [closed]
Without jailbreaking, has anyone been able to run the phone app on an iPad? If so, instructions would be much appreciated.
Some background:
I'm not interested in making phone calls via my iPad. ...
4
votes
1answer
699 views
how does one programmatically start a hidden app on iOS / IPAD?
Does anyone know how I can run a "hidden" app on a non-jailbroken device?
FieldTest app is a hidden app on ios devices, and can be started by typing a series of keys on the iPhone phone app keypad. ...
2
votes
2answers
449 views
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 I have been able to achieve here:
Is there a way to check if the iOS device is ...
11
votes
1answer
597 views
A way to reboot iOS device or restart Springboard using private API?
I am looking for some private API or piece of code which will allow me to reboot iOS device or restart Springboard.
I looked at SBReboot, but it looks like it's protected by some entitlement.
Also, ...
