Testing flow with EAS

I’m trying to create a workflow to test and release my app.
The idea (but maybe is a wrong one), is to have 2 profiles (Internal distribution - Expo Documentation), one for test and one for production.
Build the app for test, donwload it, test it and later deploy it.
The issue I found is that Production and Test app can not live in the same phone because. They have the same bundle identifier and therefore they can’t be installed at the same time.
Do you have a solution for this one? :slight_smile:

hello! yes you need to have a aseparate bundle identifier. see Integrating with third-party tooling - Expo Documentation for an example

1 Like

Damn, I totally missed that part of the documentation.
I already went in the direction but thanks a lot, I was worried I was doing something stupid!
Thanks a lot