1

My app support iOS5+,but sometimes others add some method available in iOS6+ or iOS7+. is there any fast way to tell me there exist unsupport methods in project?

tenric
  • 23
  • 3

1 Answers1

0

If you are checking whether your app uses private frameworks, you can try AppScanner.

From developer description

App Scanner is a preflight submission check list for iOS developers. It searches code for private API usage. It is not perfect.

Here are some other ways too.

If you are worried about iOS 5 support, why not to run your app on iOS5-simulator or device?

Community
  • 1
  • 1
etolstoy
  • 1,798
  • 21
  • 33