Hello,
I'm trying to understand how Apple Verify App Display Name for publishing on Apple Store.
My team made an app with display name on Testflight, for the sake of the example let's say
the Testflight app is:
Display name: MyApp
bundleId: com.mycompany.mayapp
Now we want to publish to Apple Store with the same name, but different bundleId:
Display name: MyApp
bundleId: com.mynewcompany.myapp
It's giving the error that the App Display Name is already in use.
Apple Store display name conflict with Testlight one?
Or the name on Apple Store is already reserved by someone else?
If we change the name by just one character like MyApp! can we have any problem during App Review?