React Native Update is a deployment platform designed to deliver JavaScript code changes directly to mobile applications. By enabling over-the-air updates, the system allows developers to push patches to installed binaries, effectively bypassing standard app store review cycles. The project distinguishes itself through a specialized binary patching engine that generates small code diffs to minimize bandwidth consumption during delivery. To maintain service reliability, it incorporates an automated rollback framework that monitors application stability after an update and reverts to a previous
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
Expo is a universal mobile framework designed to build native iOS and Android applications from a single codebase using web-standard technologies. It provides a comprehensive development environment that includes a unified runtime for testing, cloud-based infrastructure for compiling and signing native binaries, and automated tools for managing the entire mobile release lifecycle, including app store submission. The framework distinguishes itself through a plugin-based native configuration engine that programmatically modifies project files, allowing developers to integrate native modules wit
This framework provides a system for managing and distributing dynamic code patches directly to installed mobile clients. By delivering remote JavaScript bundles, it enables the deployment of features and bug fixes while bypassing traditional application store submission and review processes. The library functions as a cross-platform update manager that utilizes manifest-driven version control to track and fetch specific code releases. It distinguishes itself through granular configuration controls, allowing developers to define update frequencies and apply version filtering to ensure that on
Code-push هي خدمة تحديث سحابية عبر الهواء (over-the-air) مصممة لتقديم تحديثات JavaScript والأصول لتطبيقات الهاتف المحمول. تسمح بتوزيع ملفات التطبيقات الثنائية والإصلاحات العاجلة دون الحاجة إلى إعادة تثبيت التطبيق بالكامل أو المرور بعملية مراجعة واعتماد متجر التطبيقات التقليدية.
الميزات الرئيسية لـ microsoft/code-push هي: Over-the-Air Updates, Segmented Update Delivery, Cohort-Based Rollouts, Remote Hotfix Delivery, Mobile Application Deployment Managers, Over-the-Air Update Services, Remote Configuration Management, Dynamic Bundle Updates.
تشمل البدائل مفتوحة المصدر لـ microsoft/code-push: reactnativecn/react-native-update — React Native Update is a deployment platform designed to deliver JavaScript code changes directly to mobile… microsoft/react-native-code-push — This project is a dynamic code delivery system and over-the-air update client for cross-platform mobile frameworks. It… expo/expo — Expo is a universal mobile framework designed to build native iOS and Android applications from a single codebase… redbooth/react-native-auto-updater — This framework provides a system for managing and distributing dynamic code patches directly to installed mobile… ionic-team/capacitor — Capacitor is a cross-platform mobile framework that enables developers to build native applications using web… invertase/react-native-firebase — react-native-firebase is a modular set of libraries that integrates Firebase cloud services into cross-platform mobile…