159 questions
0
votes
0
answers
22
views
Can CodePush Change the strings.xml File?
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 ...
-1
votes
1
answer
377
views
Code push server throwing error when trying to send an update
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 ...
2
votes
1
answer
2k
views
pod error. conflicting versions library SSZipArchive react-native-code-push with react-native-zip-archive
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 ...
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?
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 ...
0
votes
1
answer
128
views
How to track CodePush release version on Firebase Crashlytics
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 ...
0
votes
1
answer
322
views
Issues with TypeORM, CodePush and React Native in Android Build
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 ...
1
vote
1
answer
287
views
RN CodePush failed with exception "No property named "" exists in the "android/gradle.properties" file
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 ...
0
votes
1
answer
723
views
Execution failed for task ':app:mergeReleaseResources' in apk build
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'.
>...
1
vote
0
answers
670
views
CodePush ReactNative "auto roll-back" iOS app version after reopen app
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 ...
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"
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 ...
1
vote
0
answers
142
views
Code push is showing memory leak in the react native app
I am using code push for my app but it is showing me memory leak
useEffect(() => {
checkforupdate();
}, []);
async function checkforupdate() {
codePush.sync(
{
...
0
votes
1
answer
204
views
how do i have to wrap codepush component on react-native
is it okay if I use codepush like this?
in my index.js
const RNRedux = () => (
<Provider store={store}>
<App />
</Provider>
);
AppRegistry.registerComponent(appName, () =&...
1
vote
0
answers
185
views
Getting Error When implement the code push
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 ...
4
votes
1
answer
4k
views
Could not resolve project :react-native-code-push
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:...
0
votes
1
answer
735
views
Do you need to change the target binary version for CodePush before you make any changes you want included in that version?
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 ...
2
votes
2
answers
2k
views
After release codepush update app starting crash on users devices (react-native, android)
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 ...
1
vote
1
answer
962
views
Codepush crashes on android when updateDialog is set to true
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-...
1
vote
1
answer
895
views
Integrating react-native-code-push into gitlab-ci.yml
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:
- ...
2
votes
1
answer
3k
views
react-native-code-push:compileDebugJavaWithJavac FAILED - Build Failed(React-native version - 0.67.2)
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.
...
1
vote
1
answer
983
views
Different CodePush options for Staging/Prod
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 ...
0
votes
2
answers
728
views
What's happen if send an unsupported React-Native component to CodePush?
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 ...
0
votes
1
answer
893
views
How to deploy codespush bundle on old targets when there are native changes on the new build
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 "...
5
votes
1
answer
1k
views
How to manage react-native codepush versions?
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 ...
0
votes
0
answers
244
views
React Native CodePush update issue
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 ...
2
votes
0
answers
482
views
How CodePush bundle download works for the final user?
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 ...