There is problem during retrieving a push token in production after EAS Build.
We have an old application with bundle identifier. For example: ru.test.ios. It was made with expo 48 and works well right now (and push notifications work good)
But now we migrated to expo SDK 51 with the same bundle identifier. In expo – pushes work great. But in production – app requires permissions, permissions granted, but app cannot obtain a push token (null)
When i try to build with another bundle identifier: ru.test.ios2 – push notifications work.
Tested on empty app and on working copy – same effect.
What we need to do in app store and what can affect that behavior?