Hi,
I have an existing ionic app and I was hoping to try the ionic live deploy in ionic pro before availing the paid plan, sadly, not successful.
I followed all the procedure in ionic documentation and did the following
*connected my existing app to ionic pro
- push code to repository (gitlab) and ionic pro
*set up deploy ( installed cordova-deploy plugin)
*build my ios ionic app
*run the latest build in my iphone
*close app
*do changes in App content
*add, commit, push changes to gitlab and ionic pro
*deployed the latest build to a channel
*open app- NO CHANGES
I tried installing ionic view and opening the deployed channel and its working
Any idea why the live deploy is not updating the app content (app installed on real device)?
config.xml
package.json
“cordova”: {
“plugins”: {
“ionic-plugin-keyboard”: {},
“cordova-plugin-whitelist”: {},
“cordova-plugin-device”: {},
“cordova-plugin-splashscreen”: {},
“cordova-plugin-ionic-webview”: {},
“cordova-plugin-inappbrowser”: {},
“cordova-plugin-network-information”: {},
“phonegap-plugin-push”: {},
“cordova-plugin-safariviewcontroller”: {},
“cordova-plugin-ionic”: {
“APP_ID”: “14298efd”,
“CHANNEL_NAME”: “Production”,
“UPDATE_METHOD”: “auto”,
“WARN_DEBUG”: “true”,
“UPDATE_API”: “https://api.ionicjs.com”,
“MAX_STORE”: “2”
}
ionic info
cli packages: (/usr/local/lib/node_modules)
@ionic/cli-utils : 1.19.2
ionic (Ionic CLI) : 3.20.0
global packages:
cordova (Cordova CLI) : 8.0.0
local packages:
@ionic/app-scripts : 3.1.0
Cordova Platforms : ios 4.5.4
Ionic Framework : ionic-angular 3.9.2
System:
ios-deploy : 1.9.2
ios-sim : 6.1.2
Node : v8.9.4
npm : 5.8.0
OS : macOS High Sierra
Xcode : Xcode 9.2 Build version 9C40b
Environment Variables:
ANDROID_HOME : not set
Misc:
backend : pro