235 questions
7
votes
1
answer
3k
views
How to deploy arbitrary resources for React Native with CodePush
I'm using CodePush to deploy the js bundle and a couple of resources to my react-native iOS app. Instead of using the react-native bundler to collect all the static images from my project I have a ...
3
votes
1
answer
534
views
Unsafe-eval error when CodePush (Cordova) meta tag is included
I have this error showing in my browser console:
Refused to execute inline script because it violates the following Content Security Policy directive: "default-src https://codepush.azurewebsites....
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
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.
...
6
votes
4
answers
5k
views
Can developers build a self code push server using MS Code Push service?
These days I'm using MS Code Push service,it saves time to update my cordova applications. I'm wonder if it's possible to build our own code push server other than using github or MS account?
-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 ...
20
votes
4
answers
15k
views
How do i show the current CodePush Version label in my React Native Android app?
Looking for something like:
<Text>VERSION={CodePush.VersionLabel}</Text>
Where CodePush.VersionLabel is something like "v6" that is displayed in code-push deployment ls <MyApp>
I'd ...
3
votes
1
answer
610
views
CodePush React Native Throws an Error on versionName
I have set up env variables for my Android and iOS apps to retrieve the information like versionName and versionCode (this is on Android, similar on iOS). It looks something like this for dev:
API_URL=...
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 ...
2
votes
0
answers
483
views
how to use code-push functionality in an Ionic Capacitor project?
I Need to update my Ionic Capacitor app(React).I tried the code-push with Cordova Plugin. But not working for me. Anyone know about the code-push technology with capacitor plugin? or How can we use ...
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
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';
@...