Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

23
votes
1answer
364 views

my iPhone app is rejected due to appName

My iPhone is rejected because somewhere appName or setAppName is used in the binary.I searched in the binary and I got that there private APIs are used in flurrylib which I am using to get analytical ...
13
votes
4answers
2k views

Check for private API “usage” yourself?

So, we all know Apple forbids using private or undocumented APIs in iOS apps. I have no problem with this, as there are sound technical reasons for why this is a good idea. However, twice now I've had ...
11
votes
8answers
3k views

How does Apple know you are using private API?

I only submit the binary file to Apple. I didn't submit any source code to Apple. Apart from manually check what you used. How Apple check what API you have called? How did Apple know?
8
votes
5answers
2k views

iPhone demo help: anyone know of a faster screen capture alternative to UIGetScreenImage()?

I'm working on an iPhone app that I'm going to be demo'ing to a live audience soon. I'd really like to demo the app live over VGA to a projector, rather than show screenshots. I bought a VGA adapter ...
8
votes
2answers
1k views

How to detect & avoid the use of private APIs in third party libraries

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 ...
7
votes
1answer
666 views

Banned 3rd party private APIs for in App Store approval process?

I am just about to finish my first iPhone application. I have heard of apps rejected for the use of some private APIs . I am also using some private APIs like ASIHTTPRequest , MBProgressViewHUD. So ...
6
votes
6answers
5k views

Alternative method for NSURLRequest's private “setAllowsAnyHTTPSCertificate:forHost:”?

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 ...
5
votes
2answers
1k views

iOS App based on PhoneGap rejected by Apple for “using non-public API”

We just built an iOS app based on PhoneGap 0.9.5.1 and got it rejected by Apple with this response: Apps that use non-public APIs will be rejected We found the following non-public APIs in ...
3
votes
1answer
233 views

Finding Private API Call _terminateWithStatus

I just received an email from Apple stating my app has been rejected for the call of _terminateWithStatus. I have a few frameworks in the app and believe that could be the culprit. I have ran otool ...
3
votes
3answers
406 views

Display app status in top bar

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 ...
3
votes
1answer
984 views

iPhone brightness private API not working properly

I am trying to set the brightness of the backlight, but it's acting very strangely. I am using the private API: [(id)[UIApplication sharedApplication] setBacklightLevel:1.0f]; However, when I call ...
2
votes
0answers
152 views

Device pairing using private iOS BluetoothManager framework

I've been messing around with the private BluetoothManager framework in iOS 5.0 and I've been able to successfully start/stop Bluetooth and get a list of devices, however I can't figure out how to ...
2
votes
1answer
161 views

use 3g for internet when connected to adhoc wifi (using private API's)

First and foremost, I am looking for a resource to use Private API's. this is an enterprise application and will never go to the app store I need to take as much configuration out of the users ...
2
votes
0answers
105 views

Preferred method to automatically start an app on startup/boot?

I'm looking to build a jailbroken device in "kiosk mode" where only my app can run on the device. I'd like to have my app automatically launch when the device boots. There have been a number of ...
2
votes
1answer
368 views

Capture incoming Callevent using coretelephony?

I want to create an application for jailbroken iphone (ios 4.0 or greater). I want my application to remain running and whenever my phone starts ringing (for an incoming call), my application should ...
2
votes
2answers
347 views

How to use bzip2 format in iOS? Apple tell me bzBuffToBuffDecompress is private APIs

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 ...
2
votes
1answer
521 views

Taking screenshot of iphone device without using UIGetScreenImage() from private API

I just wanted to ask whether there is a way to take the screen shot of iPhone device. I don't want to use the private API. I want to take the screen shot of entire screen, not just application. Is ...
2
votes
3answers
790 views

How do I bring application to foreground after a call?

In my app, I am placing a phone call due to which my app goes in background and suspended. After disconnecting the call instead of my app coming in foreground, native phone app comes into foreground. ...
2
votes
2answers
291 views

Any non-private API alternative for this?

My app was recently rejected due to using a private API (addTextField: method for UIAlertView, which is quite useful, might I add). Is there any non-private alternative to UIAlertView's undocumented ...
1
vote
0answers
54 views

Can you find individual app usage duration using SpringBoard services framework or other private framework?

I have a background service running on iOS5. I am trying to find the duration for which each foreground application runs. I came across this great post by Vikarti Anatra. how to determine which apps ...
1
vote
2answers
208 views

Load the iphone app automatically when phone boots

I am doing a tracking kind of application for internal use of an organization and do not wish to submit it to app store. What I am doing in the application is I am tracking the phone calls, messages ...
1
vote
0answers
159 views

Tv out with iOS 4 and 3GS

Is there a method to display the screen of an iPhone 3GS with iOS4 on a TV using the TVout cable? I succeed to do it with an iPhone 4 using public framework. I know 3GS doesn't support this feature ...
1
vote
0answers
51 views

Howto use SBMediaController - always throws “Symbol not found”

I'm trying to get access to SBMediaController, but my app just crashes. My target is to stop any playing music app in background with [[[SBMediaController] sharedInstance] stop] I use private ...
1
vote
1answer
340 views

iOS BluetoothManager Framwork

I understand the BluetoothManager Framework is part of the private API, but I'm curious if anyone has any experience working with it. I'm able to turn bluetooth on and off, but I'd like to get a ...
1
vote
2answers
561 views

Sending SMS message via private frameworks / APIs

I have a very quick turnaround for a kiosk style app for a client. It will not be placed on the AppStore, hence my query about private frameworks. Is there a way to send an email or SMS automatically ...
1
vote
3answers
429 views

Private API for Tethering on iPad

Is there a private API for enabling tethering in an iPad app? Since the iPhone supports tethering under some contracts, the existence of an API in the iOS is obvious…
1
vote
3answers
3k views

Alternatives to NSHost in iPhone app

I'm currently using this code NSHost *host = [NSHost hostWithAddress:hostname]; if (host == nil) { host = [NSHost hostWithName:hostname]; if (host == nil) { [self ...
1
vote
4answers
1k views

Getting exposure values from camera on iPhone OS 4.0

Exposure values from camera can be acquired when you take picture (without saving it to SavedPhotos). A light meter application on iPhone does this, probably by using some private API. That ...
1
vote
2answers
2k views

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 Library. In particular, I would like to know how to get header files, if they are even ...
1
vote
3answers
2k views

UIGetScreenImage - Private API

I was using UIGetScreenImage in my app, however, as everyone knows Apple is rejecting apps using private APIs. I have researched alternate ways to do this with takepicture but you get different size ...
1
vote
6answers
3k views

Apple and private APIs

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?
1
vote
1answer
195 views

How to get “C” written frameworks' headers?

I have a question for those iPhone hackers. People using private apis know that their private headers are dumped using a tool called 'class-dump'. As I know, this tool only dumps Objective-C headers. ...
0
votes
0answers
26 views

Access CrashReporter files in app iOS 5 **ENTERPRISE APPLICATION**

stop reading if your are going to say something along the lines of "blah blah private API usage will get rejected blah blah" This is for an enterprise app in iOS 5 i am trying to send current ...
0
votes
0answers
94 views

Lookout Mobile iPhone wifi security

How can "Lookout Mobile Security" (iPhone application - http://itunes.apple.com/us/app/lookout-mobile-security-free/id434893913?mt=8) tell if a wifi network is secure or not? This is private api How ...
0
votes
1answer
57 views

Opening Settings Application

Would the following be considered as private API use? After googling I have found many conflicting reports. [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"prefs://"]]; Also does ...
0
votes
3answers
106 views

Where can I find information about private iPhone APIs?

I am trying to make an iOS application not for the App Store involving customized screen savers, automatic starting and ending of phone calls, and contact restrictions. I have not been able to find ...
0
votes
1answer
243 views

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 alloc] init]; CTCarrier *car = [netinfo ...
0
votes
1answer
108 views

iOS Contacts Favorites

I am trying to access the favorite contacts via the private frameworks. I followed the siphon code and got the frameworks from iOS-Runtime-Headers The code that I wrote to access the list is: ...
0
votes
0answers
109 views

Extracting headers from iOS 4.2.1

How can I extract all headers (Private and Public) from iOS 4.2.1 SDK? I have used latest class-dump, bit its not extracting all classes. For example, "SpringBoardUI" and "SpringBoardServices" are ...
0
votes
2answers
75 views

UISegmentedControl : Private API

I am trying to customize a UISegmentedControl with that tutorial : http://www.framewreck.net/2010/07/custom-tintcolor-for-each-segment-of.html Do you know if this is private api ? I actually don't ...
0
votes
2answers
448 views

How to use MKLocationManager (a Private API) in iOS

I need to call [[MKLocationManager sharedLocationManager] _applyChinaLocationShift:newLocation] in my iOS app. I believe MKLocationManager is a private class, and there does not seem to have a ...
0
votes
1answer
438 views

iOS Private API for VPN

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. ...
0
votes
0answers
87 views

Display AlertView when background process

I want to show Alert when app is background process even use private API. Like many Cydia application(SBSetting,Backgrounder, etc.) Not Local Notification. Who can help me?
0
votes
0answers
71 views

Private API for Querying App Versions On A Device?

I am well aware of the private API conundrum, so with that out of the way: Does anyone know of a way to be able to query what version every app is running on an iOS device? This code would need to ...
0
votes
0answers
117 views

Display CFUserNotificationDisplayAlert on SpringBoard

I want to show CFUserNotificationDisplayAlert on SpringBoard. So I tried this code : CFOptionFlags responseFlags = 0; CFUserNotificationDisplayAlert(20.0, 3, NULL, NULL, NULL, CFSTR("Hello"), ...
0
votes
0answers
124 views

a tool to find undocumented methods

Is there a tool which finds undocumented methods in our iphone / ipad app. [edited] can you get me any link which can be used within xcode?
0
votes
2answers
740 views

iOS: Can't get BluetoothManager to work

Caveat: I know that private frameworks won't fly in the App Store. I'm trying to use the BluetoothManager framework to let me 1) check if Bluetooth is enabled on a device, and 2) if not on, turn it ...
0
votes
1answer
810 views

How can you unlock an iOS device using private frameworks?

I haven't dabbled in iOS private frameworks until now, when I randomly wanted to make an app which could lock & unlock the device.. An iOS hacker friend of mine pointed me to GraphicsServices and ...
0
votes
2answers
1k views

Turn off display in iPhone OS (iOS)

is there a way to programmatically turn off the display in iOS? Not just turning brightness down, but off like the way the Phone App does. I am happy to use private API, since this is for personal ...
0
votes
1answer
477 views

Is “currentPlaybackTime” property of MPMoviePlayerController a private API

I am not sure about this private API thing. Is the property "currentPlaybackTime", which is in the MPMediaPlayback Protocol of the MPMoviePlayerController a private API? I am asking, because this ...

1 2