rhappdev / rhmhcp

An open source solution that enables code push for native / hybrid mobile applications
MIT License
1 stars 1 forks source link

cli - be able to publish current project code base #6

Open Keyang opened 6 years ago

Keyang commented 6 years ago

As a dev, I want to publish my current project code base so mobile app could download the changes

Keyang commented 6 years ago

to publish a new release which needs following params:

Version number will be used by app to compare if app client has latest version. It is ideally follow x.y.z syntax

update method could be vary from platforms. for cordova it has :

content url is where to download the assets / manifest files. For cordova app, it is a web url (http server). The url should be accessible publicly.