1 repository
Automated mechanisms that revert a mobile application to a stable code version upon detecting crashes at runtime.
Distinct from Version Rollbacks: Distinct from Version Rollbacks (which focus on plugins) and Pipeline Rollbacks (which focus on server-side deployments); this occurs autonomously on the device.
Explore 1 awesome GitHub repository matching software engineering & architecture · Client-Side Rollbacks. Refine with filters or upvote what's useful.
This project is a dynamic code delivery system and over-the-air update client for cross-platform mobile frameworks. It enables the distribution of JavaScript bundles and remote assets directly to devices, allowing updates to be applied without requiring a full application store release. The system provides infrastructure for staged rollouts, A/B testing, and remote hotfix deployment by directing specific user segments or percentages to different code versions. It ensures stability through a client-side rollback manager that automatically reverts to a previous stable version if a new update ca
A manager that monitors app stability and automatically reverts to previous stable versions after a crash.