Questions tagged [code-push]

questions regarding Microsoft's CodePush service for dynamic code updates to mobile apps. CodePush is part of the Microsoft App Center

236 questions
0
votes
2 answers

Ionic 4 cordova is not available when updating via Code Push

I am using Code Push cordova plugin for updating an Ionic 4 Cordova app. It used to work with Ionic 3 but since Ionic 4, Code Push is broken. The update seems to work but then Cordova is no longer available and therefore all native plugins are no…
Alex Predescu
  • 792
  • 2
  • 7
  • 24
0
votes
1 answer

React Native - edit code push target / version number (in the app)

I'm trying to create a small react native app that uses Code Push for updates and it works!, - however i'm a bit confused about the " target versions " - the binary version that code push uses to target which users should receive the update. Where…
0
votes
2 answers

codepush with wix navigation on iOS

I've been stuck on this for two days now and even though this question has been asked. None of the answers helped me. I am using Wix Navigation V2 and trying to use CodePush for instant updates. In staging, I can see CodePush logs and updates…
0
votes
1 answer

code push updates doesn't arrive to the application

i'm working on application using ionic 4 so i try to use code-push-plugin to release updates to my app. i setup the plugin correctly and i manage to upload updates using cli to the app center but when i try to open my application nothing happens. I…
0
votes
1 answer

Code-push releases well but doesn't arrive to the application

I'm using ionic 4 framework and i work on android app and everything good after that i try to release updates to my app using code-push-plugin i setup the code-push-cli and login to appcenter and install the plugin and import it into app.module and…
0
votes
1 answer

RN code-push: testing component that hooks into codePushStatusDidChange

I'm using the react-native-code-push codePush HOC, and running some logic in response to a codePushStatusDidChange event hook, in particular, when the status is SyncStatus.UPDATE_INSTALLED. I haven't had luck finding out whether there is a way to…
twelve17
  • 688
  • 8
  • 20
0
votes
1 answer

Ionic Codepush Cordova not available after sync

i'm trying to implement Code-Push from AppCenter into my Ionic v4 App. (ref) I'm stuck on the following Problem: I can update the App, but when i close the App after that and open again it is the old Version again and it says: Updade ignored,…
EinfachHans
  • 247
  • 3
  • 13
0
votes
2 answers

Cannot read property 'CheckFrequency' of undefined

My team recently added CodePush to our React Native app, and while it works perfectly fine on the original local repository, when I pull the changes I get the error Cannot read property 'CheckFrequency' of undefined This occurs after installing…
Sam Hollenbach
  • 652
  • 4
  • 19
0
votes
1 answer

AppCenter's responsibility

I'm trying to figure out the CI portion that provided by AppCenter. I've implemented CodePush for my app and please correct me if my understanding is wrong. We build the native android app and generate a signed apk. Release the generated signed apk…
0
votes
0 answers

React native Code push is not updating app to the latest pushed version

I have updated my react native app through code push and expected to get all the versions updated to the latest version. I have used following code for pushing my update code-push release-react android --targetBinaryVersion * Which is…
masud_moni
  • 1,121
  • 16
  • 33
0
votes
1 answer

code-push auto rollback in cordova app on android device

description: I use code-push in a cordova project.On Android device, when I call codePush.sync, the updated package will be downloaded and installed correctly(no error) and I can see all the changes.But when I resume to the app next time, all the…
Halt
  • 1,055
  • 9
  • 18
0
votes
1 answer

Cordova Code Push - multi-catch statement is not supported in -source 1.6

Similar to multi-catch statement is not supported in -source 1.6 (use -source 7 or higher to enable multi-catch statement) I've just installed Code Push and the Cordova code push plugin and I'm getting the…
beek
  • 3,522
  • 8
  • 33
  • 86
0
votes
1 answer

code push react native not changed library updates on users App

When I changed a library (like 'react-native-image-crop-picker') version on package.json and distribute it with code push in users app the version not changed. They see older version of that library in app. what should I do?
Mahdi
  • 526
  • 2
  • 5
  • 16
0
votes
1 answer

react-native 0.57.1 bundle fails trying to assign a value to read only property 'undefined'

When releasing a CodePush release, I am running into this issue. $ appcenter codepush release-react \ --deployment-name=Staging \ --token=$APPCENTER_ACCESS_TOKEN \ --description "$(git show -q)" \ --disable-duplicate-release-error \ …
0
votes
1 answer

ionic code push update failure: Could not get the package start page at preInstallFailure

I encountered the following error after I update from the app on client. The app on client did retrieve the update release. But then the error occured. [app-scripts] [15:01:09] console.error: [CodePush] An error has occured while installing the…
D C
  • 417
  • 6
  • 13