Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple servers: one server per each AppStore app version #116

Open
ghost opened this issue Nov 3, 2016 · 0 comments
Open

Multiple servers: one server per each AppStore app version #116

ghost opened this issue Nov 3, 2016 · 0 comments

Comments

@ghost
Copy link

ghost commented Nov 3, 2016

Hi all,

I have a beginner question about app updates. Can we configure multiple remote servers, one server per each AppStore (or Google Play store) app version? Example:

ver. 1.0 - initial AppStore version (without updates)
ver. 1.1 - cordova-app-loader update
ver. 1.2 - cordova-app-loader update

ver. 2.0 - AppStore update ( code based on 1.2 )
ver. 2.1 - cordova-app-loader update
etc...
From version 2.0 new server is specified in index.html ( <script server="NEW_SERVER_URL"> )

Will the above concept work correctly? Won't app use old cached files since ver 2.0?

The question is inspired by this post: https://forum.ionicframework.com/t/cordova-app-loader/16090/32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants