flutter_in_app_update icon indicating copy to clipboard operation
flutter_in_app_update copied to clipboard

Immediate Update stops before installing

Open JankoLancer opened this issue 5 years ago • 8 comments

Immediate Update stops on 100% downloading, and don't start installing. Only when I click on the back button, app starts installing.

JankoLancer avatar Dec 26 '19 17:12 JankoLancer

would you mind doing a small video of the issue?

jonasbark avatar Dec 27 '19 17:12 jonasbark

Here is a sample video for this problem: https://streamable.com/96jov

JankoLancer avatar Jan 13 '20 10:01 JankoLancer

After a couple of hours I make to run the plugin. But I get same error. But in my case Immediate Update finish the download and make installation. After succefull installation my app still on same version 1.1.0+2 and didn't install correctly. I close my app and re open it. And keep asking me to there is a new update, in my app main screen there is current app version code. And it shows version 1.1.0+2. But my google app version is 1.3.4+20

Any idea?

NTMS2017 avatar Jan 17 '20 14:01 NTMS2017

Has anyone have solution for problem of @NTMS2017 ?

ghost avatar Jan 25 '20 05:01 ghost

How to remove close icon in performImmediateUpdate(). I have searched in library files to remove it as it shows a white blank screen when clicked on it but couldn't find it.

R1235 avatar Jun 14 '20 14:06 R1235

After a couple of hours I make to run the plugin. But I get same error. But in my case Immediate Update finish the download and make installation. After succefull installation my app still on same version 1.1.0+2 and didn't install correctly. I close my app and re open it. And keep asking me to there is a new update, in my app main screen there is current app version code. And it shows version 1.1.0+2. But my google app version is 1.3.4+20

Any idea?

I've the same problem.

kennest avatar May 27 '22 09:05 kennest

Hi @jonasbark,

I tried to implement the in_app_update version: 4.2.1. It works correctly, it downloads the entire application in the background but when it goes to install it gives an error message stating that it cannot be installed.

I tested other plugins and the same problem occurs.

Wouldn't this be because the application is open and the user continues using it... perhaps they can't close it completely?

I tried to force the app to close. It finishes but still doesn't install. If I restart the app, go to Google Play and update without opening the app... it works correctly.

Have you ever had the same problem?

Thank you in advance for all your help, tmj,

williamidt avatar Oct 13 '23 20:10 williamidt

I can confirm that once we upload the app to the play store, it works without problems. I had the same problem, it reached 100%, the 'installing' appears, but it did not restart the app, but once uploaded to the store, it works as expected.

PabloCir avatar Nov 29 '23 19:11 PabloCir