1

Is it possible to codepush an update to two android apps. Those two apps are using same codebase but different app name and bundle id.

AH.
  • 741
  • 1
  • 12
  • 27

1 Answers1

0

Yes, It is possible, as long as you are not using different assets(not native assets). I am talking about those who are loaded from javascript bundle.

Codepush doesn't really care about your app name or bundle id, it is only responsible to upload your bundled js code.

Sarmad Shah
  • 3,725
  • 1
  • 20
  • 42