Hey. I just discovered the "name" property under "app information" in my AppStore Connect app and also saw that I can set up different names for different translations. Now I'm wondering whether this property "name" of my app is the name of my app in the AppStore or just the "Display Name" that is on the home screen of the end device under the app? I'd be happy for help. Greetings
What is "name" property under app information
It is the display in the Appstore.
To change Appname on device, set it in info.plist (for each language) in the key CFBundleDisplayName
"CFBundleDisplayName" = "the name";