Can't install production app on iOS

I’m building my app for iOS using ionic package.

I created certificates for both development and production, including push.

development - built successfully using ionic package, installed on iOS with no problem.

production - built successfully using ionic package, when I try installing it on iOS it starts installing the app normally, then when almost finished the app disappears and it ends up not being installed, no errors appear.

Why does it happen?

I don’t see any crash logs either.

I found this old issue which suggests it might be due to bundles ids that don’t match:

The widget id in my app’s config.xml is identical to the App ID on Apple Developer.

Are there more places that are supposed to be identical which I’m not aware of?