Questions tagged [iphone-privateapi]

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 standpoint of iOS private API that such APIs aren't declared in header files. As result extra steps are required to figure out API signature for its usage.

Questions with this tag discuss which private API can be used to accomplish different tasks, what are private API's signatures, runtime restrictions for usage of private API and so on.

The words "private API" in a question doesn't automatically make it suitable for this tag. As example, questions regarding Apple policies (why something was rejected or how do they know whether app uses some private API) aren't good fit for this tag. First of all, it's not purely software development question (it's more legal, tools questions). Second, all questions with this tag imply that it will be used in application which won't be submitted to Apple.

508 questions
0
votes
1 answer

UISegmentedControl selectedSegmentStyle 7 and App Store approval

Because Apple's APIs lack in customization of UISearchBar's scope bar (that is, I want to change its frame which to my knowledge is impossible), I had to create a scope bar myself using a UISegmentedControl inside of a UIView. I've gotten it to a…
Scott Berrevoets
  • 16,921
  • 6
  • 59
  • 80
0
votes
1 answer

Select Wifi network component like app store one

i want to add the component of selecting wifi network like in app store application . have you any idea how to integrate it? private methods are welcome!
Mejdi Lassidi
  • 999
  • 10
  • 22
0
votes
1 answer

Detecting private APIs in iOS application

I have used AppScanner detects private APIs But, it is detecting almost all function signatures as private APIs with 50% likelihood . Are these false warnings ? I agree _font clashes with internal API but why are remaining public APIs being shown…
0
votes
1 answer

Use GSEvent to send touch event,but it's invalid

I code to send a touch event to my app by GSEvent,get mach_port_t by GSCopyPurpleSystemEventPort(). the sending function was launched after the ApplicationDidFinishLaunch:option have completed.the app is UIControlView app. code as follow: void…
AngelWing
  • 1
  • 1
  • 2
0
votes
2 answers

VNC Server API's for iOS Apps

I am trying to develop an iPhone app that will run in background as a VNC server. Kindly suggest me what private API's I should use. I am not developing this app for App Store so I think I can use some private API's for this. I don't want to Jail…
0
votes
1 answer

Private APIs for iOS music library

I'm assessing the practicalities of developing an app that uses private APIs for personal use and potentially release in Cydia. Specifically I'd like to understand how easy it is to add music to the Music library. Half an hour of googling has…
user524261
  • 488
  • 1
  • 5
  • 14
-1
votes
1 answer

show option to change to airplane mode in IOS

I heard that apple prevent from programmers to toggle airplane mode on and off, there is option to pop up message to the user then he will decide what he want to do? if yes how could I do it?
-1
votes
1 answer

MBProgressHUD use private api setLabelText

My app use MBProgressHUD with 0.9.1 with pod. After submit the app, I got email from apple saying my app use private api "setLabelText". I did some search and find out the MBProgressHUD has reference of setLableText. But I cant find the reference in…
WayneZhao
  • 1,517
  • 3
  • 13
  • 8
-1
votes
2 answers

iPhone Background App in Ad-hoc distribution?

I need to be able to ensure that the iphone is always connected to a network. If it loses reception I need to be able to warn the user. Since the only way I see this working is using a background process is it possible to use private APIs so that…
Prasanth
  • 646
  • 6
  • 21
-2
votes
2 answers

iOS/Android: Legal way to get unique device identifier

We are working on Child Anti-Abusing App on behalf of the Slovak Republic. Currently we have an Android and iOS app available to the public thats successful in providing help and support. But we need to be more helpful for law enforcement and…
Tomas Ivan
  • 2,212
  • 2
  • 21
  • 34
-2
votes
1 answer

Lock Iphone Programmatically

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.
Hindu
  • 2,894
  • 23
  • 41
-3
votes
1 answer

How would I use Apple's IOS 8 private API for non-jailbroken devices for ad-hoc business distribution? Specifically, turning on Wifi or Cellular Data

As the question suggests, I'd like to know how I can use private API in private, company IOS 8.1 - 8.1.2 app. It will NOT be going through the app store. I need to have programmatic control over airplane mode, wifi, bluetooth, and cellular data.…
Rafael
  • 9
  • 1
-5
votes
1 answer

Way to use my computer to reboot iOS device

jailbroken I am looking for some private API or piece of code which will allow me to reboot iOS device.Without physically touching the power button. This is for an app which will be loaded into iPads in a physical enclosure so the power button is…
Olivier
  • 1
  • 1
1 2 3
33
34