Deploymate 1.0 Find and prevent app crashes
Deploymate 1.0 Find and prevent app crashes
helps you identify unavailable, deprecated and obsolete API usage in your Xcode projects. Every once in a while, a new version of iOS and OS X is released, and along with them are new sets of APIs for developers to use. The problem is, if you use these new APIs your app will crash on older versions of iOS and OS X.
Every experienced Cocoa and Cocoa Touch developer knows how easy it is to make the mistake of using the newest APIs without checking their availability especially since Xcode will not warn you about it. This problem is extremely painful since no one wants their app to be live in the AppStore crashing for all users running older OS versions.
Fortunately, Deploymate can detect these problems early, before you even hit the store. Deploymate will analyze your Xcode project and tell you straight away if youre using an API in your iOS or OS X project that isnt present on the minimum OS your app is configured to support.
Version 1.0.0:
No comments