-
Notifications
You must be signed in to change notification settings - Fork 31
Inapp updater bug #119
Comments
does it happen only when device is unlocked ? |
Yes, It happened both unlocked and locked. The app can't get the installer if have multi installer (I guess, aka SAI) |
ah I see what's happening, thanks for clarifying |
I have the same thing when using built-in updater but it's a minor complaint when using this. There is no option to change location to /Download folder of downloaded apk to update the app. But instead, the downloaded apk stored inside the app data can't be deleted or even clear cache the app to free up space when before I forgot to update the app. So I ended up to clear data this app, restore my progress and tried to update again. Do you have any consideration @nullxception, storing updated apk files to the downloads folder instead of the in-app data itself? It is the first time to comment in this project. |
Uhm, the app already does that for you. The app will be downloading the apk to app cache first, and then when update completed, it's automatically moved to The actual bug on 1.3.8 and 1.3.9 is, the app_updater did not properly connected to the flutter_downloader API. It's fixed on 1ac3ea9 already, so next release should be fine. |
Type
UI-related issues
Bug description
Inapp updater is download the apk but not install.
Steps to reproduce
Android version
Android 11
App version
1.3.8
And probably 1.3.9 wouldn't fix
Screenshots or videos
Solution
Add the prompt to ask if want to install now to open system installer prompt (I knew it sounds more step for ux), Or maybe unlock the notification to able to press to install in case the auto install is messed.
Additional context
No response
Acknowledgements
The text was updated successfully, but these errors were encountered: