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

code push release cordova gives error in Visual studio team services

The code push release step in my build definition gives the following error I am getting an error in code push release step in my build definition. I am executing the release step right afteer cordova build. Cordova build is successfully completed…
0
votes
2 answers

CODE-PUSH error on release through VSTS

While pushing a release through code-push extension on VSTS i am getting the following error unable to know why! Tried one of the below solution as adding a variable named as "Build.SourceDirectory" in your build definition and getting the…
0
votes
0 answers

Update react native app with code push

I'm trying to update my app with code-push. I have next code-push options in my index file: let codePushOptions = { checkFrequency: codePush.CheckFrequency.ON_APP_RESUME, installMode: codePush.InstallMode.ON_NEXT_RESUME, …
Boky
  • 11,554
  • 28
  • 93
  • 163
0
votes
2 answers

Detailed explanation on how React Native softwares are updated

I am developing a React Native application. it's a framework to build mobile applications with JavaScript and deploy for Android & iOS with the same code base. I read somewhere that RN applications are dynamically updated. It means, without…
Saeed
  • 47
  • 1
  • 10
0
votes
2 answers

CodePush - failed to connect to localhost/127.0.0.1 (port 3000): connect failed: ECONNREFUSED (Connection refused)

I am using code-push-server due to connectivity issues, I have set everything okay, The app displays a Update App Dialog but cant fails to download. In the logs, I find [CodePush] failed to connect to localhost/127.0.0.1 (port 3000): connect failed:…
IsaacK
  • 1,178
  • 1
  • 19
  • 49
0
votes
4 answers

How do you remove/hide the ignore button code-push react-native?

I am new to using code-push for react native app, Everything works okay however I want to hide the Ignore button in the dialog. I dont want the user to ignore any update I have provided, Is this possible?
IsaacK
  • 1,178
  • 1
  • 19
  • 49
0
votes
1 answer

Prevent React Native App running until it has been updated with code-push

I wanted to know if it is possible to prevent users from accessing any screen in app until code-push updates, Is this possible? if possible, could you please kindly show me an example, the goal is preventing the app to launch until update has been…
IsaacK
  • 1,178
  • 1
  • 19
  • 49
0
votes
2 answers

Change code push deployment key React native

While integrating code-push in my react-native app using code-push tutorial, i ran following command: react-native link react-native-code-push It asked for deployment keys then, which i pasted but now i want to change those keys. I tried to unlink…
Awn Ali
  • 1,361
  • 1
  • 17
  • 31
0
votes
0 answers

React-Native code-push compatibility issue

I am using Code-Push for my react-native project. I did such configuration quite-well. But after build it is successful I am seeing error in react-native CLI like below. I was thinking that this issue is about compatibility. I tried several ways. I…
John
  • 103
  • 1
  • 1
  • 4
0
votes
1 answer

How to get past this duplicate symbol error (Vungle, CodePush)?

How do I get past this error? duplicate symbol _zipOpen4 in: /Users/a/app/app-client/ios/Pods/VungleSDK-iOS/VungleSDK.embeddedframework/VungleSDK.framework/VungleSDK(vungle_zip.o) …
atkayla
  • 8,143
  • 17
  • 72
  • 132
0
votes
1 answer

code push rollback always

i open project cordova in vs 2015 and install plugin code push, I copied a project that was found in folder "plugin code push" and I succeeded push, but if close my aplication it is rollback, why?
izik f
  • 2,387
  • 2
  • 16
  • 17
0
votes
0 answers

Code-Push - Clear Rollbacks

I'm using Code-Push to manage releases for a Cordova app. Most releases work well, but occasionally I'll get a rollback or two on a release. These users will end up rolling back to the previous release. Is there any way I can get these rollbacks…
BRass
  • 3,698
  • 2
  • 28
  • 46
0
votes
0 answers

Cordova | CodePush is it still working?

Cordova | CodePush is it still working? CrossWalk is deprecated, someone said to me. so is it still supported / working? have been trying everything on net on the last 2 days but can't make it work. working with android | ionic 2/3 | and tried also…
0
votes
1 answer

user code-push on iOS platform , prompt code-push is undefined, and can not call apis of code-push service

I need use code-push service in react-native on iOS platform. Version is 1.17.3-beta. Local already deployed code-push service. then run the command line to import code-push plug-in. As shown below. npm install --save…
dangxy
  • 11
  • 3
0
votes
1 answer

why my codepush cli active and total is 0

I released my new version by code-push, then my app has installed new version successfully. When I use shell command "code-push deployment h myappname Staging" to checkout installation information about new version, the active and total still is 0,…
1 2 3
15
16