Skip to main content
10 votes
2 answers
4k views

I need to create a mobile app that contains other apps and can run them. It is basically like an "app center" which have a list of apps (that we publish on our server) and the user can open one of ...
Atef's user avatar
  • 1,322
13 votes
2 answers
14k views

I have read about the targetBinary flag and I have also read this from a member of the Microsoft team working on CodePush. I have version 5.0.1 and 5.1.0. The second version has native differences ...
Dan's user avatar
  • 8,942
7 votes
1 answer
3k views

I understand the deployment model for the ideal case, that all you users alway update their app to the latest app store version. But in reality they don't. How do I deal with different build versions ...
d-vine's user avatar
  • 5,557
7 votes
1 answer
7k views

I've been showing my team my progress with the Staging key. When I do code-push deployment ls APP_NAME_HERE -k, it'll give me a Staging and Production table with Production having the message No ...
Naoto Ida's user avatar
  • 1,295
4 votes
1 answer
2k views

I am building React Native application with integrated AppCenter SDKs (analytics, crash reporting, CodePush for in-app updates). This application is only a 'wrapper' for our online web presentation. ...
Jakub Dibala's user avatar
3 votes
0 answers
2k views

I am trying to get codepush working for my react-native app on Android. For better understanding and control, i am manually checking for updates. Here's my code: // Check for Codepush app update ...
Kira's user avatar
  • 462