jianhua
jianhua

Reputation: 1011

Is any reliable tool available to scan private APIs invoked before submit to app store?

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?

Upvotes: 0

Views: 1607

Answers (1)

xhan
xhan

Reputation: 6297

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.

Upvotes: 2

Related Questions