cordova-plugin-code-push icon indicating copy to clipboard operation
cordova-plugin-code-push copied to clipboard

old app_version issue

Open iamtarun1993 opened this issue 5 years ago • 3 comments

Description

We are using cordova-plugin-code-push 1.5.1-beta. For my app_version 1.1.0 I released code-push updates upto label 1-6. Upto this all users are able to get code-push updates. After that we released our app via play store for version 1.2.0. Users updated app from play store without uninstalling. Then we released code-push updates 7-8. We are noticing some users are not getting those updates.. If user delete the old app and install freshly then he is getting code-push updates. If he is not uninstalling then he is not getting update.

Additional Information

  • cordova-plugin-code-push version: cordova-plugin-code-push 1.5.1-beta
  • Cordova version: 8.1.2 ([email protected])
  • iOS/Android/Windows version: Android 9 and 10
  • Does this reproduce on a debug build or release build? -> release build

iamtarun1993 avatar Mar 19 '20 08:03 iamtarun1993

We checked network call code-push making is https://codepush.azurewebsites.net/v0.1/public/codepush/update_check?deployment_key=<key>&app_version=1.1.0&......... when 1.2.0 is installed.

iamtarun1993 avatar Mar 19 '20 08:03 iamtarun1993

Im facing similar issue, we deployed codepush label 6 on version 1.38.0 then had a new publish 1.39.0. Apps autoupdated from 1.38.0-6 to 1.39.0 doesnt reflect changes of 1.39.0 instead is still serving 1.38.0-6.

At this point we are very much stuck and dont have any solution around this because playstore updates are not reflecting and codepush updates are limited to the codebase which is overwritten.

aditya999123 avatar Mar 20 '20 07:03 aditya999123

Hi @iamtarun1993! Thank you for reporting. Could please update plugin cordova-plugin-code-push to the latest version. Also could you please provide a list of plugins in config.xml?

Krasavinigor avatar Aug 27 '20 14:08 Krasavinigor