开发者

Tool to check whether iPhone app is backward compatible

开发者 https://www.devze.com 2023-02-05 00:19 出处:网络
I am developing an iPhone app that needs to be compatible with iOS 4.x as 开发者_如何学Cwell as iOS 3.x. Is there a tool that checks the code statically and informs me if a method/class isn\'t availab

I am developing an iPhone app that needs to be compatible with iOS 4.x as 开发者_如何学Cwell as iOS 3.x. Is there a tool that checks the code statically and informs me if a method/class isn't available in iOS 3.x? Classes like UIGestureRecognizer are available only on iOS 3.2 and higher.

Thanks in advance


Though I haven't done this yet, this question looks very useful for this question: finding unsupported apis with os version

Hope this helps!

0

精彩评论

暂无评论...
验证码 换一张
取 消