Try App Scanner, http://www.chimpstudios.com/appscanner/bug but the reporting result isn't reliable, many of them are fake, so look for more reliable ones?
Asked
Active
Viewed 1,579 times
0
-
possible duplicate of [Check for private API “usage” yourself?](http://stackoverflow.com/questions/3546046/check-for-private-api-usage-yourself) – Ahmad Kayyali Feb 13 '12 at 09:30
-
whenever i used an undocumented API i got a warning.. – Swapnil Luktuke Feb 13 '12 at 09:38
1 Answers
2
The latest version of Xcode (4.3 beta) already contains this feature:
API Validation
In the iOS 5 development tools, it is possible to extract APIs used by an application and have them checked for use of private APIs. This option is offered when you validate your application for app submission.

Cody Gray - on strike
- 239,200
- 50
- 490
- 574

xhan
- 6,057
- 4
- 33
- 47
-
Thank you. But I can't find "API Validation" option in my XCode 4.2 , how can I find it? Thanks. – jianhua Feb 13 '12 at 10:25
-
Anyone could provide the exact place of this option? A screenshot is better – Xiao May 16 '12 at 08:42
-
It doesn't appear to be listed in the release notes for Xcode 4.3 final (https://developer.apple.com/library/mac/#releasenotes/DeveloperTools/RN-Xcode/). Perhaps Apple yanked it? – Slipp D. Thompson Apr 09 '13 at 23:18
-
it's hidden in the `validate archives` function. you will see error messages when private api detected during the process. – xhan Apr 10 '13 at 10:41