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?
Asked
Active
Viewed 26 times
1 Answers
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?