235 questions
1
vote
1
answer
228
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
70
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
415
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 ...
1
vote
1
answer
130
views
Can Expo[51] Bare Workflow App Run a Bundle Generated from react-native bundle Command?
I’m working with an ejected Expo SDK 51 app (bare workflow) and I want to bundle my JavaScript code using the react-native bundle command instead of the default Expo bundling process. (npx expo export)...
0
votes
1
answer
63
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 ...
0
votes
1
answer
434
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 ...
4
votes
0
answers
196
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
1
answer
181
views
CompileError: Cannot find import 'dart:ui' with flutter_eval
I've set up flutter_eval in my Flutter project, but when I try to compile the .evc file of
import 'package:eval_annotation/eval_annotation.dart';
import 'package:flutter/material.dart';
@...
1
vote
0
answers
117
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 ../...
0
votes
1
answer
131
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 ...
1
vote
0
answers
62
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,...
0
votes
1
answer
447
views
The Keys are getting leaked in the Strings.xml file. Is there any way to store the keys in some other files and use the values in Strings.xml?
<resources>
<string name="app_name">Test App</string>
<string
moduleConfig="true"
name="CodePushDeploymentKey">
PUT-YOUR-...
1
vote
1
answer
314
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:...
0
votes
1
answer
341
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
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 ----------------------------...