Moving the app to the background and then the foreground triggers anoter upgrader check.
Is there a way to disable this?
Doing one check at app launch is sufficient, and too many network requests hurt performance.
I do have durationUntilAlertAgain: Duration.zero, to ensure there is no cooldown between alerts. If this is the cause, can we decouple them?