@aaron-cardenas wrote:
App is not changing after ionic live deploy on iOS.
With the same code an config we have an android version updating correctly.
<plugin name="cordova-plugin-ionic" spec="^5.3.0"> <variable name="APP_ID" value="XXXXXXX" /> <variable name="CHANNEL_NAME" value="Master" /> <variable name="UPDATE_METHOD" value="auto" /> <variable name="UPDATE_API" value="https://api.ionicjs.com" /> <variable name="MAX_STORE" value="2" /> <variable name="MIN_BACKGROUND_DURATION" value="30" /> </plugin>
"scripts": { "start": "ionic-app-scripts serve", "clean": "ionic-app-scripts clean", "build": "ionic-app-scripts build", "lint": "ionic-app-scripts lint" }, "dependencies": { "@angular/animations": "5.2.11", "@angular/common": "5.2.11", "@angular/compiler": "5.2.11", "@angular/compiler-cli": "5.2.11", "@angular/core": "5.2.11", "@angular/forms": "5.2.11", "@angular/http": "5.2.11", "@angular/platform-browser": "5.2.11", "@angular/platform-browser-dynamic": "5.2.11", "@ionic-native/camera": "^4.20.0", "@ionic-native/core": "~4.12.0", "@ionic-native/document-viewer": "^4.20.0", "@ionic-native/file": "^4.20.0", "@ionic-native/file-transfer": "^4.20.0", "@ionic-native/in-app-browser": "^4.20.0", "@ionic-native/network": "^4.20.0", "@ionic-native/onesignal": "^4.20.0", "@ionic-native/photo-viewer": "^4.19.0", "@ionic-native/splash-screen": "~4.12.0", "@ionic-native/status-bar": "~4.12.0", "@ionic/storage": "^2.2.0", "com-sarriaroman-photoviewer": "^1.2.4", "cordova-android": "^7.1.4", "cordova-ios": "5.0.1", "cordova-plugin-camera": "^4.1.0", "cordova-plugin-device": "^2.0.3", "cordova-plugin-document-viewer": "^0.9.11", "cordova-plugin-file": "^6.0.2", "cordova-plugin-file-transfer": "^1.7.1", "cordova-plugin-inappbrowser": "^3.1.0", "cordova-plugin-ionic": "^5.4.4", "cordova-plugin-ionic-keyboard": "^2.2.0", "cordova-plugin-ionic-webview": "^4.1.1", "cordova-plugin-network-information": "^2.0.2", "cordova-plugin-splashscreen": "^5.0.3", "cordova-plugin-statusbar": "git+https://github.com/apache/cordova-plugin-statusbar.git", "cordova-plugin-whitelist": "^1.3.4", "cordova-sqlite-storage": "3.3.0", "g": "^2.0.1", "ionic-angular": "3.9.2", "ionic-logging-service": "^6.0.0", "ionicons": "3.0.0", "ng2-pdf-viewer": "^5.2.3", "onesignal-cordova-plugin": "^2.6.0", "rxjs": "5.5.11", "sw-toolbox": "3.6.0", "zone.js": "0.8.26" }, "devDependencies": { "@ionic/app-scripts": "3.2.0", "@ionic/lab": "1.0.9", "typescript": "~2.6.2" }, "description": "An Ionic project", "cordova": { "plugins": { "cordova-plugin-whitelist": {}, "cordova-plugin-device": {}, "cordova-plugin-splashscreen": {}, "cordova-plugin-ionic-keyboard": {}, "cordova-plugin-inappbrowser": {}, "cordova-plugin-camera": { "ANDROID_SUPPORT_V4_VERSION": "27.+" }, "cordova-plugin-file": {}, "cordova-plugin-file-transfer": {}, "cordova-plugin-document-viewer": {}, "cordova-plugin-statusbar": {}, "com-sarriaroman-photoviewer": {}, "cordova-plugin-ionic": { "APP_ID": "86caf223", "CHANNEL_NAME": "Master", "UPDATE_METHOD": "auto", "UPDATE_API": "https://api.ionicjs.com", "MAX_STORE": "2", "MIN_BACKGROUND_DURATION": "30" }, "cordova-plugin-network-information": {}, "cordova-plugin-ionic-webview": { "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" }, "cordova-sqlite-storage": {}, "onesignal-cordova-plugin": {} }, "platforms": [ "ios", "android" ] }
Posts: 1
Participants: 1