Improvements
- The iOS SDK will now collect an app build identifier when an app crashes, which will be displayed in parentheses beside the version number in the Crash Details page in RPM. This value defaults to the string
CFBundleVersionthat is specified in Xcode build settings. IfCFBundleVersionis not specified the build identifier will not be displayed. - A new API method
+setApplicationBuild:(NSString*)buildNumberwas added to allow specifying a custom app build identifier, overriding the default value pulled fromCFBundleVersion.