Mandatory update popup won't show after closing the app #426
Labels
Candidate to be closed
How To?
This is a how to question
need more information
Further information is requested
I am not sure this is a bug or a feature but here is how you can reproduce this situation
On a device if i set
this will disable closing the popup so it will make update mendatory however if user closes the app and reopens it popup did not show again and stays shut for default 3 days with this default setting in Upgrader class
After 3 days later i will/should prompt again (i haven't test it)
so i think it if update is mendatory like showIgnore is false and showLater is false we should skip the later thing and keep update popup open until app is updated.
I have hope we are not saving ignored version when closing or starting the app otherwise
alreadyIgnoredThisVersion()
will return true and popup won't show even if we set durationUntilAlertAgain to Duration.zeroThe text was updated successfully, but these errors were encountered: