well how to learn the correct version of these plugins for the new Cordova version and apply to this code in [config.xml] ?

60 views
Skip to first unread message

Leonidas Savvides

unread,
Mar 26, 2020, 12:57:14 AM3/26/20
to phonegap
I developed a Cordova/Phonegap(Build) App for Android & iOS
Cordova cli-6.0.0 or cli-6.5.0 Not exactly sure before 1yr or 1.5 yr

This app has the following plugins [config.xml]

<preference name="phonegap-version" value="cli-6.0.0" />
<preference name="xwalkMultipleApk" value="false" />
<plugin name="cordova-plugin-statusbar" spec="2.1.0"/>
<plugin name="cordova-plugin-device" spec="1.1.1"/>
<plugin name="cordova-plugin-splashscreen" spec="3.2.0"/>
<plugin name="cordova-plugin-inappbrowser" spec="1.3.0"/>
<plugin name="cordova-plugin-contacts" spec="2.0.1"/>
<plugin name="cordova-plugin-geolocation" spec="2.1.0"/>
<plugin name="cordova-plugin-dialogs" spec="1.2.0"/>
<plugin name="cordova-plugin-network-information" spec="1.2.0"/>
<plugin name="cordova-plugin-x-socialsharing" spec="5.0.12"/>
<plugin name="cordova-plugin-google-analytics" spec="0.8.1"/>
<plugin name="cordova-plugin-admobpro" spec="2.16.1"/>
<plugin name="cordova-plugin-extension" spec="1.5.1"/>
<plugin name="cordova-plugin-whitelist" spec="1.2.2"/>


now planing use Cordova cli-9.0.0
and Not old cli-6.0.0 

well how to learn the correct version of these plugins for the new Cordova version and apply to this code in [config.xml] ?

....
???

Pete

unread,
Mar 26, 2020, 12:16:51 PM3/26/20
to phonegap
Look up each plugin on github and go to the latest version. Expect some conflicts and other issues.  However the biggest issue is that Phonegap Build isn't updating to the latest iOS sdk and that has some people panicked.

Leonidas Savvides

unread,
Mar 27, 2020, 10:53:19 AM3/27/20
to phonegap
Thank you for your advice

for example
for:


should be here:


the:

Release Notes
2.4.3 (Jun 19, 2019)

=====

Leonidas Savvides

unread,
Mar 29, 2020, 4:07:19 AM3/29/20
to phonegap
the new list is below
according to


<preference name="phonegap-version" value="cli-9.0.0" />
<preference name="xwalkMultipleApk" value="false" />

<plugin name="cordova-plugin-statusbar" spec="2.4.3"/>
<plugin name="cordova-plugin-device" spec="2.0.3"/>
<plugin name="cordova-plugin-splashscreen" spec="5.0.3"/>
<plugin name="cordova-plugin-inappbrowser" spec="3.2.0"/>
<plugin name="cordova-plugin-contacts" spec="3.0.1"/>
<plugin name="cordova-plugin-geolocation" spec="4.0.2"/>
<plugin name="cordova-plugin-dialogs" spec="2.0.2"/>
<plugin name="cordova-plugin-network-information" spec="2.0.2"/>
<plugin name="cordova-plugin-x-socialsharing" spec="5.6.4"/>
<plugin name="cordova-plugin-google-analytics" spec="1.8.6"/>
<plugin name="cordova-plugin-admobpro" spec="2.49.0"/>
<plugin name="cordova-plugin-extension" spec="1.5.4"/>
<plugin name="cordova-plugin-whitelist" spec="1.3.4"/>


hope help other programmers
Reply all
Reply to author
Forward
0 new messages