Ionic native app update not working. How can I solve this?

176 Views Asked by At

I'm using @ionic-native/app-update, When the update is in progress, only the app version code is checked, and then the update does not proceed. (Progress bar does not move)

My app os android.

Below is the issue situation.

How can I solve this?

update part 1. (response : 'update check success')

enter image description here

update part 2. ('need update!, button: 'update')

enter image description here

update part3. (version is updating...) but update progress bar never move.....

enter image description here

my update.xml file.

enter image description here

my update code

enter image description here

The appk file download works when I access the URL below from my browser. url : http://my-update-server/2.apk

If my explanation is insufficient, please let me know. Please give me a good answer.

1

There are 1 best solutions below

0
StackoverBlows On

@ionic-native has changed to @awesome-cordova-plugins. You need to Update your packages to reflect this change.