From 18194b65c7549104bcee345eeb5c7c982f0ccae4 Mon Sep 17 00:00:00 2001 From: Lukas Cenovsky <79307699+lucen-ms@users.noreply.github.com> Date: Tue, 20 May 2025 11:45:59 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cdbda97d6..484e3b18a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ -# Visual Studio App Center CodePush Standalone Version +# Archiving this repository + +Visual Studio App Center was retired on March 31, 2025, except for its Analytics and Diagnostics features. You can learn more about the retirement and the Analytics and Diagnostics extension [here](https://aka.ms/appcenter/retire). CodePush, along with other App Center features, was also retired on March 31, 2025. Consequently, we are archiving this repository. + +--- + +## Visual Studio App Center CodePush Standalone Version [CodePush](https://learn.microsoft.com/en-us/appcenter/distribution/codepush/) is an App Center feature that enables React Native developers to deploy mobile app updates directly to their users’ devices. It consists of two parts: CodePush Server where developers can publish app updates to (e.g. JS, HTML, CSS or image changes), and [CodePush React Native Client SDK](https://github.com/Microsoft/react-native-code-push) that enables querying for updates from within an app.