-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Bug: Update Downloads on Every App Open
Whenever a user opens the app, an update is downloaded and installed. The update is successfully applied (changes are reflected), but on the next app open the update process is triggered again. This results in an endless update loop, even though the latest version is already installed.
Expected behavior
After an update is successfully downloaded and installed, the app should not attempt to re-download the same update on subsequent launches.
The update should only trigger when a new version is actually available.
Actual behavior
On every app open, the update process starts again.
Even after installation, the same update re-downloads and re-installs on the next launch.
This behavior began suddenly in the live app — it was working fine earlier.
Steps to reproduce
Open the app (latest live version).
Observe that an update is downloaded and installed.
Restart the app.
The update process repeats again, even though no new changes exist.
Impact
All users are experiencing this issue.
It’s causing annoyance and confusion as the update prompt appears on every app open.
Environment
Platform: [iOS / Android both]
Attachments
WhatsApp.Video.2025-08-19.at.10.49.32.mp4
Notes
This issue started recently without any deployment changes from our side.
It was working correctly before, so this might be a regression or related to update cache/validation.