237 questions
1
vote
1
answer
163
views
Shorebird init Fails: Unable to Initialize Gradlew
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.
...
1
vote
0
answers
64
views
Api calls are disabled, skipping API call of codePush
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
...
-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 ...
0
votes
1
answer
49
views
Codepush installs a new update only when I reinstall the APK
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 ...
4
votes
0
answers
191
views
EAS Update: Is it possible to use EAS Update with Reactnative cli project that is distributed with cli?
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 ...
1
vote
0
answers
112
views
Code is not getting Update in IOS on TestFlight build
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 ../...
1
vote
0
answers
54
views
How can I exclude the production track from being submitted to Google Play
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,...
1
vote
1
answer
299
views
ReactNative with code-push AOS build [Error : Duplicate resources]
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:...
1
vote
0
answers
1k
views
New expo-cli dev-client (SDK 48) returns a manifest that cannot be parsed
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 ----------------------------...
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 ...
0
votes
2
answers
2k
views
Option for OTA Update In React Native without expo. are using code push fully free for ota update?
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
...
1
vote
1
answer
711
views
how can i manage errors in code push updating?
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 ...
2
votes
0
answers
164
views
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 ...
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 ...
1
vote
1
answer
2k
views
How to make a loading with a progress bar in code Push?
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 ...
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 ...
0
votes
0
answers
619
views
Distinguish CodePush updates by buildNumber/versionCode
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 ...
1
vote
1
answer
1k
views
react-native code-push is not showing images from assets in the app
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 ...
3
votes
0
answers
888
views
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 ...
2
votes
0
answers
457
views
Live-updates in cross-platform mobile frameworks (Ionic, React-Native, Flutter) - CodePush, Chimera
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 ...
1
vote
0
answers
374
views
Sentry + CodePush React-Native: Failed to upload AppCenter deployment history
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)
...
1
vote
1
answer
3k
views
React-Native CodePush Build Failure - No matching configuration of project :react-native-code-push found
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:
=======...
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 ...
1
vote
1
answer
2k
views
appcenter command not found after successful global install
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 ...
0
votes
1
answer
2k
views
How secure can Code Push be for React Native applications?
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 (...