[리젝사유] 2.5: Apps that use non-public APIs will be rejected

2014. 10. 28. 17:33개발자료/iOS


반응형

으~ 리젝당했다.(2011.03.29)

 

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 API/s in your app:

setAllowsAnyHTTPSCertificate:forHost:

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.

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.

For discrete code-level questions, you may wish to consult with Apple Developer Technical Support at <http://developer.apple.com/support/resources/technicalsupport/>. Depending on your questions, be sure to include any symbolicated crash logs, screenshots, or steps to reproduce the issues you’ve encountered.

To appeal this review, please submit a request to the App Review Board at <http://developer.apple.com/appstore/resources/approval/contact.html>.

반응형

'개발자료 > iOS' 카테고리의 다른 글

UIWebView  (0) 2014.10.28
UILabel  (0) 2014.10.28
UIApplicationDelegate Event Function  (0) 2014.10.28
UIImage  (0) 2014.10.28
Xcode 디버깅 설정  (0) 2014.10.28