Note that there are some explanatory texts on larger screens.

plurals
  1. POconfused about: (2.5) Apps that use non-public APIs will be rejected
    primarykey
    data
    text
    <p>I submit my App to App store, and after review it was rejected. Reason from Apple was:</p> <hr> <p><strong>2.5: Apps that use non-public APIs will be rejected</strong></p> <p>*We found that your app uses one or more non-public APIs, which is not in compliance with the App Store Review Guidelines. The use of non-public APIs is not permissible because it can lead to a poor user experience should these APIs change. We found the following non-public APIs in your app:</p> <p>dateWithCalendarFormat:timeZone:</p> <p>hourOfDay</p> <p>minuteOfHour</p> <p>secondOfMinute</p> <p>setNavigationBar:</p> <p>If you have defined methods in your source code with the same names as the above-mentioned APIs, we suggest altering your method names so that they no longer collide with Apple's private APIs to avoid your application being flagged in future submissions.</p> <p>Additionally, one or more of the above-mentioned APIs may reside in a static library included with your application. If you do not have access to the library's source, you may be able to search the compiled binary using "strings" or "otool" command line tools. The "strings" tool can output a list of the methods that the library calls and "otool -ov" will output the Objective-C class structures and their defined methods. These techniques can help you narrow down where the problematic code resides.*</p> <hr> <p>But, problem is that I did not declare or define any of methods with the names as the above-mentioned APIs. And I did not used any custom library. It is quite simple application (planer) and I used only: UIKit, CoreData, AVFoundation, Foundation and EventKit.</p> <p>I send message to Apple yesterday, but still no answer.</p> <p>Any ideas?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload