--- layout: post author: name: Shazron Abdullah url: https://twitter.com/shazron title: "Apache Cordova iOS 3.7.0" categories: announcements tags: news releases --- We are happy to announce that `Cordova iOS 3.7.0` has been released! This release has various bug fixes, and will be the default iOS version when the cordova-cli 4.1.0 is released. This release also requires Xcode 6. To upgrade: npm install -g cordova cd my_project cordova platform update ios To add it explicitly: cordova platform add ios@3.7.0 For non-CLI projects or for pre-3.0 projects, refer to the [upgrade guides](http://cordova.apache.org/docs/en/dev/guide_platforms_index.md.html). ## What's new in iOS * [CB-6510](https://issues.apache.org/jira/browse/CB-6510) Support for `ErrorUrl` preference * [CB-7857](https://issues.apache.org/jira/browse/CB-7857) Load `appURL` after plugins have loaded * [CB-7606](https://issues.apache.org/jira/browse/CB-7606) `handleOpenURL` handler firing more than necessary * [CB-7597](https://issues.apache.org/jira/browse/CB-7597) `Localizable.strings` for Media Capture are in the default template, it should be in the plugin * [CB-7818](https://issues.apache.org/jira/browse/CB-7818) CLI builds ignore Distribution certificates * [CB-7813](https://issues.apache.org/jira/browse/CB-7813) `CDVWebViewDelegate` fails to update the webview state properly * [CB-7643](https://issues.apache.org/jira/browse/CB-7643) Made `isValidCallbackId` threadsafe * [CB-2520](https://issues.apache.org/jira/browse/CB-2520) Built interim js from cordova-js for custom user agent support * [CB-2520](https://issues.apache.org/jira/browse/CB-2520) "original" user agent needs to be overridable * [CB-7777](https://issues.apache.org/jira/browse/CB-7777) In `AppDelegate`, before calling `handleOpenURL` check whether it exists first to prevent exceptions * [CB-7775](https://issues.apache.org/jira/browse/CB-7775) Add `component.json` for component and duo package managers * [CB-7493](https://issues.apache.org/jira/browse/CB-7493) Adds `test-build` command to package.json * [CB-7630](https://issues.apache.org/jira/browse/CB-7630) Deprecate `CDV_IsIPhone5` and `CDV_IsIPad` macro in `CDVAvailability.h` * [CB-7727](https://issues.apache.org/jira/browse/CB-7727) Add resolution part to **backup to icloud** warning message because screen size is now orientation dependent * [CB-7560](https://issues.apache.org/jira/browse/CB-7560) `tel:` and `mailto:` links don't work in `