0

In stack overflow i once read a question on Private APIs, and it suggested to install xCode 4.3.1 stating that there's a feature in it to cross check your application for private APIs.

I have lost track of that question, so can someone tell me the steps to check my application for private APIs in xCode 4.3.1 ?

shajem
  • 2,111
  • 5
  • 22
  • 30

1 Answers1

0

You can use AppSanner and check the code for private api usage. There are several questions with the same topic those are this, this, and if you are using xcode 4.3 than you can have this solution

Try google and you will find plenty of these questions on our community.

Community
  • 1
  • 1
Janak Nirmal
  • 22,706
  • 18
  • 63
  • 99