Problem with 'eas build --profile development'

Hi, I’m building an app via eas build -p ios --profile development and I download it to my iphone and when I open it, I don’t get a screen like in the expo-dev-client documentation where I can connect to metro. I am immediately shown the application splashscreen and at the top I have the text ‘Connect to Metro to develop Javascript’. I thought it is caused by the fact that I also have the application in testflight, and I changed the bundleIdentifier, but the problem is still the same.

“react-native”: “0.68.2”,
“expo”: “45.0.0”,
“expo-dev-client”: “~0.9.6”,

share a link to your build page?