Builds in Android and iOS Changing

In my situation i have few differences in my iOS and Android build and I’m building them from two different machines.

This is what happens

  1. I build in iOS.
  2. Download the ipa file from expo.io
  3. Deploy it using application loader then install it via test flight.
  4. Install it in my iPhone.

Then when I build in Android using exp build:Android on my other machine. The the weird thing happenes the app in the iPhone becomes the Android build? It’s really weird, then when I do vice versa the Android app becomes the ios app

What you see is over the air (OTA) update :slight_smile:

If you want to separate your Android and iOS codebase try using different release channels for iOS and Android builds.

1 Like

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