Title: How to Selectively Push CodePush Updates to Specific Apps/Multiple Apps (Android/iOS)
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!
use same deploymentKey for all app is bad practice, you should create each deployment key for each app
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