Easy way to switch between Dev Builds and Production Version?

I’m using EAS builds now and seems like Expo Go is a thing of the past.

When I install the dev build on my machine, I cannot have the production version from the app store installed. This makes it really tedious if you have one phone.

Is there a development workflow I’m missing here?

I tried using expo run:ios but then the Location permissions won’t work in that build.

What am I missing here?

you can make it work by specifying different package/bundleIdentifer for each build type

@wkozyra, Is there any way to do this and still use the expo push tokens in the development build since it has a different package name?

I’ve been sending all the push notifications through the expo push notification api. It would be quite a pain to have to integrate now directly with FCM and APN.