6 questions
10
votes
2
answers
4k
views
Dynamically compiling and running a react-native app inside another
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 ...
13
votes
2
answers
14k
views
How to deploy CodePush bundle for multiple versions?
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 ...
7
votes
1
answer
3k
views
CodePush: How to deploy to multiple build versions of the same deployment config?
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 ...
7
votes
1
answer
7k
views
How to update "Production" deployment using Code Push CLI?
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 ...
4
votes
1
answer
2k
views
React Native WebView offline-first or local content
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. ...
3
votes
0
answers
2k
views
codepush update's appVersion is incorrect. It's always the same as the current app's version
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 ...