Core plugins have been updated on PhoneGap Build

  • 2
  • Announcement
  • Updated 6 years ago
The core plugins have been updated on PhoneGap Build. The next time you upload your app, it will be built with these updated versions (unless you've hardcoded plugins versions into your config.xml file).

Core plugins are the Apache Cordova plugins which have the prefix org.apache.cordova.*.

If you'd like to continue to use a previous version, simply hardcode that version into your config.xml, for example:


<gap:plugin name="org.apache.cordova.geolocation" version="0.3.7" />


Omitting the version attribute will always build with the latest version of the plugin.

Here are the newly updated plugins and versions, along with links to their changelogs:

org.apache.cordova.file @ 1.3.1
org.apache.cordova.globalization @ 0.3.1
org.apache.cordova.vibration @ 0.3.11
org.apache.cordova.splashscreen @ 0.3.3
org.apache.cordova.media @ 0.2.13
org.apache.cordova.inappbrowser @ 0.5.2
org.apache.cordova.dialogs @ 0.2.10
org.apache.cordova.device-motion @ 0.2.10
org.apache.cordova.console @ 0.2.11
org.apache.cordova.battery-status @ 0.2.11
org.apache.cordova.camera @ 0.3.2
org.apache.cordova.network-information @ 0.2.12
org.apache.cordova.media-capture @ 0.3.3
org.apache.cordova.geolocation @ 0.3.10
org.apache.cordova.file-transfer @ 0.4.6
org.apache.cordova.device @ 0.2.12
org.apache.cordova.device-orientation @ 0.3.9
org.apache.cordova.contacts @ 0.2.13
Photo of ryan

ryan, Developer

  • 1538 Posts
  • 132 Reply Likes

Posted 6 years ago

  • 2
Photo of dtbaker

dtbaker

  • 19 Posts
  • 0 Reply Likes
Seems to be working now, details here: http://community.phonegap.com/nitobi/... more details about it here

try this


<gap:config-file platform="ios" parent="NSLocationWhenInUseUsageDescription" overwrite="false">

<string></string>

</gap:config-file>