Hi All,
There has been an issue with our latest deployed plugins breaking most builds and in particular iOS.
We had previously announced deprecating to earlier versions of the various plugins by specifying version.
Please if you are still experiencing said issue for iOS in particular, set your media plugin to the following version:
gap:plugin name="org.apache.cordova.media " version="0.2.8" //ensures you don't get the error mentioned
gap:plugin name="org.apache.cordova.file-transfer" version="0.3.2"// ensure file upload and download works on both iOS and Android
gap:plugin name="org.apache.cordova.device" version="0.2.3" // works on both android and iOS
geolocation works without the plugin installed on iOS and Android using the HTML 5 implementation(we will be deprecating this plugin in the near future as it was created to better serve android devices pre 4.0.0 which had limited HTML 5 implementation in their browsers)
gap:plugin name="org.apache.cordova.file " version="0.2.4"//works on both iOS and Android(I did not explicitly declare this yet server still picked 0.2.4)
gap:plugin name="org.apache.cordova.media-capture" //Needs Cordova update 0.2.7 to fix crashing issue after capture on android
gap:plugin name="org.apache.cordova.vibration" //Works on both iOS and Android as is.
gap:plugin name="org.apache.cordova.dialogs" //works on both iOS and Android as is.
If problem persists even after this, please do notify us immediately, we'll attempt to fix as soon as possible.
In the mean time, I will be updating this link with the versions I recommend you to go with that are certain to work.
Really sorry once again everyone.
We appreciate your continuous support and apologize for delays this must have caused.
Thanks.
There has been an issue with our latest deployed plugins breaking most builds and in particular iOS.
We had previously announced deprecating to earlier versions of the various plugins by specifying version.
Please if you are still experiencing said issue for iOS in particular, set your media plugin to the following version:
gap:plugin name="org.apache.cordova.media " version="0.2.8" //ensures you don't get the error mentioned
gap:plugin name="org.apache.cordova.file-transfer" version="0.3.2"// ensure file upload and download works on both iOS and Android
gap:plugin name="org.apache.cordova.device" version="0.2.3" // works on both android and iOS
geolocation works without the plugin installed on iOS and Android using the HTML 5 implementation(we will be deprecating this plugin in the near future as it was created to better serve android devices pre 4.0.0 which had limited HTML 5 implementation in their browsers)
gap:plugin name="org.apache.cordova.file " version="0.2.4"//works on both iOS and Android(I did not explicitly declare this yet server still picked 0.2.4)
gap:plugin name="org.apache.cordova.media-capture" //Needs Cordova update 0.2.7 to fix crashing issue after capture on android
gap:plugin name="org.apache.cordova.vibration" //Works on both iOS and Android as is.
gap:plugin name="org.apache.cordova.dialogs" //works on both iOS and Android as is.
If problem persists even after this, please do notify us immediately, we'll attempt to fix as soon as possible.
In the mean time, I will be updating this link with the versions I recommend you to go with that are certain to work.
Really sorry once again everyone.
We appreciate your continuous support and apologize for delays this must have caused.
Thanks.


