lwiu
lwiu

Reputation: 179

Can developers build a self code push server using MS Code Push service?

These days I'm using MS Code Push service,it saves time to update my cordova applications. I'm wonder if it's possible to build our own code push server other than using github or MS account?

Upvotes: 6

Views: 4316

Answers (4)

Arle Camille
Arle Camille

Reputation: 183

Cordova support is already retired, but for any other remaining React Native apps, Microsoft actually released their final CodePush server version in their repository (link). This is due to planned retirement of Visual Studio App Center at 2025.

Upvotes: 0

Max Mironov
Max Mironov

Reputation: 121

For those who are interested in custom implementation of code-push server you could probably take a look at https://github.com/lisong/code-push-server implementation of the server. While it is not officaialy supported by MS it is promised to work with current versions of Microsoft code-push CLI and SDK's.

Upvotes: 3

Mohamed Saleh
Mohamed Saleh

Reputation: 3297

Yes, you can deploy your own version of Electrode - Over the Air Server it is from Walmart.

  • It is an open source project.
  • Microsoft(tm) Code Push compatible server.

You can find it ElectrodeElectrode OTA

Upvotes: 4

Jonathan Carter
Jonathan Carter

Reputation: 1039

It's certainly possible to reverse-engineer the server by looking at our client plugins, but currently, we don't have a turnkey way to author or spin up your own self-hosted instance of CodePush. We are interested in making this possible down the road, but we have been focusing on improving the cloud-hosted solution first. I'd love to chat with you more about your requirements / motivations for wanting to create your own server. Email me ([email protected]) if you're interested in chatting further.

Upvotes: 4

Related Questions