Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
22 views

I want to change the host and key of CodePush to my custom server. If I change the host and key in android/app/src/main/res/values/strings.xml, can CodePush update it? I haven't dared to do it because ...
Phan Long's user avatar
-1 votes
1 answer
377 views

After sending an update using the command code-push-standalone release-react myapp-android android, it does get uploaded to aws as i can see a file uploaded in my bucket but the server gives this ...
Irfan wani's user avatar
  • 5,252
2 votes
1 answer
2k views

when running pod install, i have 2 conflicting libraries, react-native-code-push and react-native-zip-archive that depend on different versions of SSZipArchive. how do i solve this? [!] CocoaPods ...
not_fubar_yet's user avatar
0 votes
1 answer
384 views

How does CodePush handle code deployment and what parts of my React Native app are hosted on Microsoft App Center? I'm a React Native developer and I'm considering using CodePush for my app updates. I ...
Siddhant Shelake's user avatar
0 votes
1 answer
128 views

I've just added CodePush to a react native project. I'm using Firebase Crashlytics for crash monitoring. I tried to look for a way to add the codepush release version to the crashlytics tracking, but ...
Alyx's user avatar
  • 61
0 votes
1 answer
322 views

I've developed a project using React Native. It works fine when I build it for Android. However, when I try to update using CodePush, I get the following error: Entity metadata for t#user was not ...
Ufuk Öncüler's user avatar
1 vote
1 answer
287 views

I'm having issues on pushing release via codepush. Command 'codepush release-react -a [project] -d Development' failed with exception "No property named "getVersionNameFromNpm()" exists ...
Riku's user avatar
  • 799
0 votes
1 answer
723 views

When ./gradlew assembleRelease on MacOS 13 for React Native 0.70.1/gradle 7.2.1 app, there is error about resource merge: * What went wrong: Execution failed for task ':app:mergeReleaseResources'. >...
user938363's user avatar
  • 10.3k
1 vote
0 answers
670 views

on iOS, After modifying some features and stuff in our app we just released both new versions over the air and all goes ok. The app discovers the update accordingly, then installs it and so restarts ...
Rohit Suthar's user avatar
  • 2,713
2 votes
1 answer
710 views

IOS: React Native -> Code push (app-center ), changes does not reflect with react-native: "0.70.6" and "react-native-code-push": "^7.0.5" We are trying to deploy code ...
Ahmed Anees's user avatar
1 vote
0 answers
142 views

I am using code push for my app but it is showing me memory leak useEffect(() => { checkforupdate(); }, []); async function checkforupdate() { codePush.sync( { ...
Rover's user avatar
  • 780
0 votes
1 answer
204 views

is it okay if I use codepush like this? in my index.js const RNRedux = () => ( <Provider store={store}> <App /> </Provider> ); AppRegistry.registerComponent(appName, () =&...
questionsmas's user avatar
1 vote
0 answers
185 views

I want to do CodePush Setup in my React Native Project, but I am getting this error. i have done all the setup for codepush and when i run the code push command for both application (android/ios) i am ...
Ankit Vora's user avatar
4 votes
1 answer
4k views

This is the issue after installing react-native-codepush. Could not determine the dependencies of task ':app:mergeDebugAssets'. > Could not resolve all task dependencies for configuration ':app:...
sakshya73's user avatar
  • 7,391
0 votes
1 answer
735 views

Ok, so this might seems obvious but I need to be extra sure and can't find a clear answer anywhere (maybe because it's obvious). Do you need to change the target binary version for CodePush before you ...
gabriellend's user avatar
2 votes
2 answers
2k views

We have recently released a code push patch for our android app in the play store. After enabling the code push release, the app installed on the user's phone started crashing. So for debugging this ...
ABHAY's user avatar
  • 21
1 vote
1 answer
962 views

I have used the documentation at https://github.com/microsoft/react-native-code-push/blob/master/docs/setup-android.md#plugin-installation-and-configuration-for-react-native-060-version-and-above-...
Obsidianlab's user avatar
1 vote
1 answer
895 views

I am trying to integrate react-native-code-push into my gitlab-cli.yml script: image: openjdk:8-jdk #Defining the Docker Image react-native-code-push: stage: react-native-code-push script: - ...
Mister Smth's user avatar
2 votes
1 answer
3k views

Adnroid Build failed with below errors: Task :react-native-code-push:compileDebugJavaWithJavac FAILED Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0. ...
Nensi Kardani's user avatar
1 vote
1 answer
983 views

In order to serve updates faster to testers, I would like to use different CodePush options for Staging and Production. For example, in Staging distributions, I would like to remove ...
softcode's user avatar
  • 4,698
0 votes
2 answers
728 views

According to CodePush documentation, some React-Native components are not supported. Should I take precautions before sending an update to CodePush? Because if I send an unsupported component it may ...
ridvanaltun's user avatar
  • 3,090
0 votes
1 answer
893 views

Before i continue, let me let you know that i know the code to deply to a targeted build for codepush appcenter codepush release-react -a aountName/appName -d Production -m --description "...
Okechukwu Eze's user avatar
5 votes
1 answer
1k views

I'm going to apply codepush to react-native. The app is currently distributed to the store. I haven't applied codepush yet. But I have a question. For example, suppose the version of the app deployed ...
DongHak's user avatar
  • 91
0 votes
0 answers
244 views

I have configured react-native-codepush in my react-native project. When i release an update in the appcenter I can see the release history but after the release when I reopen the app for the first ...
Shariq's user avatar
  • 83
2 votes
0 answers
482 views

I'm trying to understand how the code-push bundle size is calculated to understand the impact of the network requests for the final user I'm debugging the update_check endpoint that is triggered by ...
Gabriel Ferreira's user avatar