Questions tagged [code-push]

questions regarding Microsoft's CodePush service for dynamic code updates to mobile apps. CodePush is part of the Microsoft App Center

236 questions
0
votes
1 answer

Is it possible to use code push when native code has changed?

If I add a package that requires changes in the native code, like MainActivity for android, is it still possible to use codepush to update the app?
D3athSpank
  • 159
  • 1
  • 1
  • 9
0
votes
1 answer

cordova code-push error on update

I'm using the Cordova plugin for the Microsoft Code Push service in my ionic app (https://github.com/Microsoft/cordova-plugin-code-push). Currently I build an android app [ionic build android], push that update to code-push [code-push…
BRass
  • 3,698
  • 2
  • 28
  • 46
0
votes
1 answer

Do I have to use apphub or codepush for updating my application's code instead of doing it myself

Can I place the bundle file on my server for the application to load and update some implementation?
hexman
  • 1
0
votes
1 answer

What will happen if phone is turned off while CodePush is installing the update?

Assume we use sync() method to install the update. If the phone is turned off while the update is being installed, will the app be able to re-start normally? Also, will the plugin automatically tries to install the update again?…
ZJL
  • 247
  • 5
  • 16
0
votes
1 answer

code push not loading cordova.js file

Hi I'm finding that after running: code-push release app-android build/www/ 0.11.1 --deploymentName Staging I get the following…
mike james
  • 8,840
  • 3
  • 18
  • 21
0
votes
2 answers

How does a Cordova app build know what CodePush environment is applicate?

I have a CodePush app that has three deployments: testing, staging and production. I have different app builds that align with these: A build that does out to testers (testing) A build that goes out to a group of preview users (staging) A…
onblur
  • 365
  • 1
  • 5
  • 16
0
votes
1 answer

Integrating MicroSoft CodePush to Swift Project

I integrated React Native in a swift project. I followed the steps in the following link https://github.com/Microsoft/react-native-code-push#ios-setup to integrate code push to the project. As there is no Libraries folder in my project, i created…
PraveenApk
  • 86
  • 6
-1
votes
1 answer

Update React Native App without App store

Recently i went through this link and give it a try and it worked.But can we update the web part of a react native app without code push on the fly(without releasing update in app store).I have my own server where i like to update the web part of my…
anbu selvan
  • 725
  • 3
  • 13
  • 41
-1
votes
2 answers

Error : Unable to prepare project

While trying to do a release using the following command: code-push release-cordova myApp android I'm getting the following error in the terminal: Running "cordova prepare" command: [Error] Unable to prepare project. Please ensure that this is…
iJade
  • 23,144
  • 56
  • 154
  • 243
-1
votes
1 answer

React native iOS codepush failed

The image is about my process, can any one help please?
wangle
  • 35
  • 3
-3
votes
2 answers

Code is disappearing when I do a Git Push

I work in a small team of 5 developers, when I make a git push with one of my changes, the last 10 days of code is disappearing for other developers. Nothing happens to mine. As a team we are unable to find the root cause for this issue. Checking…
user2207839
  • 77
  • 1
  • 9
1 2 3
15
16