I need to check if i have used any private API
s in my application. Most of the answers posted in SO suggest to use the tool AppScanner, to find out.
But when i add the .app
file to AppScanner
, it crashes. So this doesn't work.
1.) Are there any other ways where i could check if my application uses private APIs ?
2.) I am using code from this tutorial, there are properties declared as Private in this, i am not sure if the libraies used in this project are using Private APIs. Could some one kindly check ?