You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
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.