Questions tagged [react-native-code-push]
162 questions
3
votes
1 answer
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:debugRuntimeClasspath'.
> Could not resolve project…

sakshya73
- 5,570
- 5
- 22
- 41
3
votes
0 answers
How to use environment variables when updating a react native app via codepush?
I have a react native app where I store the android/ios app version in config.js file in the root directory. Now I want to use the codepush to dynamically update some changes which involve using variables from the config.js file. Now here is the…

Xenos5282
- 31
- 1
3
votes
1 answer
How to only show update dialog if build is mandatory
There's a way to only show the update dialog confirmation if the build is a mandatory one?

WitaloBenicio
- 3,395
- 5
- 25
- 32
3
votes
1 answer
React-Native Android CodePush setup not downloading updates
I'm having trouble setting up CodePush into my React-Native Android application. On my dashboard, it's not showing that any apps have downloaded the update or installed it.
NOTE: iOS Codepushing works for this mobile app, just not Android.
I…

bryan
- 8,879
- 18
- 83
- 166
3
votes
2 answers
code-push: How to find deployment keys for the app added from appcenter website ( add new app option )
I added a react-native android app using the Add new app option on appcenter website.
Now i need to find the deployment keys for the same.
I tried
code-push deployment list YourAppName --displayKeys
but it didnt return keys.
Although when I add the…

nits
- 115
- 8
3
votes
3 answers
Xcode 10 Build Location -> Per-configuration Build Products Path
I'm just trying to implement react-native code push on my react-native application but I just can't find Build Location -> Per-configuration Build Products Path on Xcode 10.
Here's the guide I'm following:…

Ricbermo
- 815
- 1
- 6
- 28
3
votes
1 answer
CodePushHash not found working with Code Push
So I'm trying to deploy my React Native app using the App Center and integrate Code Push.
I installed the App Center SDK and workds properly but the problem comes when I add the Code Push plugin. It compiles the project nicely and does the sync too,…
user9310845
3
votes
1 answer
React Native app crashes immediately on iOS TestFlight
I hate to ask a question this open-ended, but I'm asking after 4 straight days of trial, error and pure desperation.
My question is:
Are there any un-obvious "gotchas" for bundling a React Native app for TestFlight? Because my app crashes on…

user1791914
- 616
- 9
- 23
3
votes
1 answer
Code-push check for update
I'm trying to update my app with code-push. My code is as follows:
export default class codePushTest extends Component {
constructor(props) {
super(props);
this.state = {
updateAvailable: false,
…

Boky
- 11,554
- 28
- 93
- 163
3
votes
1 answer
Understanding code push for react-native
I'm starting building a react native application for both iOS and Android. I've read through the documentation of react native application, but there is one thing now I do not understand:
Is react-native app fully native application?
They say in…

Ville Miekk-oja
- 18,749
- 32
- 70
- 106
2
votes
1 answer
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 via code-push. for android it looks fine now with some setting, but IOS build does…

Ahmed Anees
- 29
- 3
2
votes
0 answers
using CodePush without ejecting from expo
I am interest in using codepush with expo instead of expo-updates. The reason is that I find expo-updates to be overpriced.
Is it possible to use CodePush without ejecting from expo? I would like to get some guidance on how to do this.

YarH
- 65
- 2
- 9
2
votes
0 answers
Delivering React Native JS bundle via CDN
CodePush is having issues and it is affecting my CD pipeline (12kbps downloads)
What would be the challenges in just delivering the js bundle via CDN (e.g. Cloudfront)?

softcode
- 4,358
- 12
- 41
- 68
2
votes
2 answers
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 issue by creating a test build and doing a dummy…

ABHAY
- 21
- 2
2
votes
0 answers
react native code push not updating changes in released APK
I done all react native code push stuff . but when I run cmd = "appcenter codepush release-react -a xyz.abc-gmail.com/AppName -d Production". Then am getting message = "Successfully released an update containing the…
user14877357