Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 813
lwiu Avatar asked May 24 '16 07:05

lwiu


People also ask

Is Microsoft code push free?

While CodePush is in beta, it will remain completely free to use, with absolutely no limits (e.g. # of apps, size of release assets). Additionally, even after the service “RTMs”, there will always be a free tier.

What is Microsoft code push?

CodePush is an App Center cloud service that enables React Native developers to deploy mobile app updates directly to their users' devices.

Is CodePush open source?

CodePush and fastlane are both open source tools. fastlane with 26K GitHub stars and 3.97K forks on GitHub appears to be more popular than CodePush with 3.7K GitHub stars and 393 GitHub forks.


1 Answers

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.

like image 59
Jonathan Carter Avatar answered Oct 03 '22 01:10

Jonathan Carter