Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
163 views

Problem Statement I’m trying to set up Shorebird using shorebird init, but it fails during Gradle initialization with the following error: ✗ Initializing gradlew (0.4s) Unable to initialize gradlew. ...
Sachin Chavan's user avatar
1 vote
0 answers
64 views

I encountered an error while updating my app using CodePush. When calling checkForUpdate with my deploymentKey, I received the following error: [CodePush] Api calls are disabled, skipping API call ...
Josley's user avatar
  • 43
-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
0 votes
1 answer
49 views

I'm facing an issue with CodePush where I push a new update, but the application on my phone doesn't install it. Only after uninstalling and reinstalling the app does it download the update from ...
Yatender Kumar's user avatar
4 votes
0 answers
191 views

I have few concerns about EAS updated If anyone is well versed and have enough knowledge of EAS update. Is it possible that we can use EAS update with app that is already on the app stores? or is it ...
Jscripter's user avatar
1 vote
0 answers
112 views

I'm uploading a codepush to the staging environment, my codepush doesn't show any errors in the terminal, but the changes don't reflect in the iOS app in testflght Dependecies: - CodePush (from ../...
Laura da Rosa's user avatar
1 vote
0 answers
54 views

I am preparing an app update on Google Play. Our app has two active tracks: open test and production. I already created a release with the update for both tracks. Managed publishing has been turned on,...
Prutser's user avatar
  • 529
1 vote
1 answer
299 views

I'm applying CodePush to React Native I'm getting a build error on the Android side when finalizing the application. I would appreciate it if you could take a look Error Message > Task :app:...
SJH8730's user avatar
  • 25
1 vote
0 answers
1k views

When I run npx expo start --dev-client, both our android and iOS app throws an error when selecting the dev server, with the message: Error loading app. Value ----------------------------...
Florin200217's user avatar
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
0 votes
2 answers
2k views

Hi Guys I want to implement OTA update in react native. I found an option using Codepush app center, but is it fully free for OTA update? because I saw pricing page. Is there any better option? thanks ...
Jonathan Suhangita's user avatar
1 vote
1 answer
711 views

I'm trying to manage errors with a try catch in my application. For example in this case if there's no connection , to catch the error with my application going without codepush to interfere . Simply ...
greta calamari's user avatar
2 votes
0 answers
164 views

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 ...
YarH's user avatar
  • 65
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
1 vote
1 answer
2k views

Hello everyone i'm trying to make a styled updating in code push. i want the application to follow these steps: when the update start i want to show a loading ; when the update is updating i want to ...
greta calamari's user avatar
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
0 votes
0 answers
619 views

Is it possible that two builds, with the same version, but different build numbers(iOS)/versionCode(Android), to target different CodePush updates? For example, I have a React Native application, and ...
Dusan's user avatar
  • 193
1 vote
1 answer
1k views

I am using react native , and using code-push . problem i am getting is- images from assets are not appearing in the app after code-push. please help me out . is there any command i am missing while ...
MURARI Yadav's user avatar
3 votes
0 answers
888 views

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 ...
Xenos5282's user avatar
2 votes
0 answers
457 views

I might need to decide for a company which technology to choose, Ionic (with Cordova or Capacitor) or React Native. In this context, please help me to understand the Code-Push process. Ionic ships all ...
Phil's user avatar
  • 7,712
1 vote
0 answers
374 views

I have the following script in place to upload CodePush source maps to Sentry CODEPUSH_DIST=$(appcenter codepush deployment history $APP_ENV -a $FULL_APP_NAME --output json | jq '.[-1][0]' -r) ...
softcode's user avatar
  • 4,698
1 vote
1 answer
3k views

I am trying to enable codepush in my react native application. Using repo https://github.com/microsoft/react-native-code-push I am facing build failure on the following Environment Environment: =======...
Aditya Mertia's user avatar
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
1 vote
1 answer
2k views

npm install -g appcenter-cli I installed appcenter-cli with the above command. It gets installed successfully but I get error message while using the appcenter command. Says it 'appcenter' is not ...
Manish Bista's user avatar
0 votes
1 answer
2k views

Does anyone have experience with CODE PUSH (Microsoft APP center) for financial applications? Is CP something that can be secured at a level where malicious code injection is virtually eliminated (...
jfbaro's user avatar
  • 331

1
2 3 4 5