0

I will be pushing a react-native app to App Store and play store. Since the product is still under dev (beta right now) I would like to push the app updates to users. I am aware that codepush will help me push js changes but are there ways where user can perform an in app updates for binary (.app file) when the app is published on different stores.

Anika
  • 160
  • 2
  • 10
  • From what I understood from your question. You want to release native changes to your users when the app is published. The only way to do so is by uploading your release apk/ipa to stores. Codepush only helps in JS changes. – Hannan Shaik Jun 03 '20 at 17:44
  • is there a way that the install automatically starts without redirecting the users to the stores? – Anika Jun 04 '20 at 19:09
  • Only JS changes can be automatically installed with codepush. For all native changes you will have to go via stores. Your users should go to the store. – Hannan Shaik Jun 05 '20 at 05:49
  • If you are worried they may not, then you can use codepush to push a banner on existing app asking them to go to store to download and continue using. – Hannan Shaik Jun 05 '20 at 05:50

0 Answers0