Two Development Machines

If I have two development machines… is it possible to do build:ios/build:android native builds on either machine? Does it matter? In other words, if I uploaded an iOS build to the App Store from machine number 1, if I build the exact same code on machine 2, will that have an impact on things like push notifications/certs if I am having Expo manage it all?

Hey @monocacydev,

The environment you build your binaries with will have no impact on the final result. The factors that influence your binaries are: expo username, slug value and your Apple/Google credentials.

Cheers,
Adam

Thanks Adam.

1 Like

Happy to help!

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.