react-native-code-push icon indicating copy to clipboard operation
react-native-code-push copied to clipboard

Title: How to Selectively Push CodePush Updates to Specific Apps/Multiple Apps (Android/iOS)

Open manoj-enacton opened this issue 10 months ago • 2 comments

I have multiple apps running on both Android and iOS, all sharing the same version across platforms.

All Android apps use the same deploymentKey, and all iOS apps use a same deploymentKey. Same code base, same dependencies etc. I want to know if it's possible to push CodePush updates to all or a subset of these apps at once. Additionally, is there a way to push updates only to a specific app based on conditions like version or other criteria? Would appreciate any insights or best practices on handling selective deployments efficiently.

Thanks in advance!

manoj-enacton avatar Mar 25 '25 09:03 manoj-enacton

use same deploymentKey for all app is bad practice, you should create each deployment key for each app

vokhuyetOz avatar Apr 22 '25 09:04 vokhuyetOz

https://github.com/recodepush/react-native-code-push

if you want more up to date version and support new Arch, you can use this folk. feel free to open issues if you have any feedback

vokhuyetOz avatar Apr 22 '25 09:04 vokhuyetOz