Search code examples
androidcordovaapkandroid-securitygoogle-developers-console

APK rejected from Google Play because Cordova is too old, but Cordova is up to date


Here are the versions installed:

matt@dev ~/Projects/proj-mobile (release)
cordova platforms ls
Installed platforms:
  android 5.2.2
  ios 4.2.1
Available platforms:
  amazon-fireos ~3.6.3 (deprecated)
  blackberry10 ~3.8.0
  browser ~4.1.0
  firefoxos ~3.6.3
  osx ~4.0.1
  webos ~3.7.0

matt@dev ~/Projects/proj-mobile (release)
cordova -v
6.3.1

But here is the message I'm getting:

enter image description here

And the details:

enter image description here


Solution

  • there can only be two issues:

    • You are using an old version of cordova. check your file there might be someware an old version of some file left.
    • Your config.xml specifies a version number. Google play does not let you upload the same version so each time you upload to google play this number has to be incremented.