flutter_in_app_update
flutter_in_app_update copied to clipboard
Immediate Update stops before installing
Immediate Update stops on 100% downloading, and don't start installing. Only when I click on the back button, app starts installing.
would you mind doing a small video of the issue?
Here is a sample video for this problem: https://streamable.com/96jov
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?
Has anyone have solution for problem of @NTMS2017 ?
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.
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.
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,
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.