Questions tagged [react-native-code-push]

162 questions
0
votes
1 answer

Code push - Release update to multiple version

My app already on market with these versions. 1.0 ,1.1 ,1.2, 1.2.1 and 1.2.2. And now I need to release an update to version 1.0 , 1.1 , 1.2. I have try with code-push release-react myaap-Android Android --deploymentName Production…
Ando Poluan
  • 45
  • 1
  • 7
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

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
2 answers

Running CodePush with Android in React-Native

After being so close to successfully running React-Native for Android, I ran into the following error.…
Rohit Tigga
  • 2,373
  • 9
  • 43
  • 81
0
votes
1 answer

React native Android build: app:processDebugResources

Iam completely new to building app in react-native and when i was building my app i get this error, i tried searching in google but couldn't find any results which is helpful so please kindly help me solve this. This is the error i get when…
Plaoe
  • 1
  • 1
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,…
0
votes
1 answer

Is it possible to use code push when native code has changed?

If I add a package that requires changes in the native code, like MainActivity for android, is it still possible to use codepush to update the app?
D3athSpank
  • 159
  • 1
  • 1
  • 9
-1
votes
1 answer

Update React Native App without App store

Recently i went through this link and give it a try and it worked.But can we update the web part of a react native app without code push on the fly(without releasing update in app store).I have my own server where i like to update the web part of my…
anbu selvan
  • 725
  • 3
  • 13
  • 41
1 2 3
10
11