Changes

Jump to navigation Jump to search
m
Line 77: Line 77:  
== Android specific issues ==
 
== Android specific issues ==
 
=== Android version code ===
 
=== Android version code ===
   
in config.xml : http://stackoverflow.com/questions/23001780/how-to-get-cordova-3-4-0-to-set-android-version-name-code-on-build
 
in config.xml : http://stackoverflow.com/questions/23001780/how-to-get-cordova-3-4-0-to-set-android-version-name-code-on-build
  −
  −
      
== Cordova plugins ==
 
== Cordova plugins ==
Line 93: Line 89:  
cordova plugin add org.apache.cordova.file
 
cordova plugin add org.apache.cordova.file
 
cordova plugin add org.apache.cordova.file-transfer
 
cordova plugin add org.apache.cordova.file-transfer
 +
</pre>
 +
 +
New names for plugins:
 +
 +
<pre>
 +
biz_000@Colibri MINGW64 ~/Desktop/cordova-app (master)
 +
$ cordova -v
 +
6.4.0
 +
 +
biz_000@Colibri MINGW64 ~/Desktop/cordova-app (master)
 +
$ cordova plugins
 +
cordova-plugin-barcodescanner 0.7.0 "BarcodeScanner"
 +
cordova-plugin-camera 2.3.0 "Camera"
 +
cordova-plugin-compat 1.0.0 "Compat"
 +
cordova-plugin-file 4.3.0 "File"
 +
cordova-plugin-file-transfer 1.6.0 "File Transfer"
 +
cordova-plugin-whitelist 1.3.0 "Whitelist"
 +
 
</pre>
 
</pre>
   Line 169: Line 183:  
== Publishing on App Stores ==
 
== Publishing on App Stores ==
 
* See [[Mobile App/AppStores]]
 
* See [[Mobile App/AppStores]]
* Contact Stéphane, Vince or Pierre on Slack
  −
  −
=== Import on Apple App Store ===
  −
* You need a Mac to do this.
  −
  −
=== Import on Google Play ===
  −
  −
* "You have imported an APK file which is not zip-aligned. Veuillez exécuter un utilitaire d'alignement zipalign sur votre fichier APK, puis le réimporter."
      
== May be of interest for future apps ==
 
== May be of interest for future apps ==

Navigation menu