You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. 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?
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
The text was updated successfully, but these errors were encountered: