I just submitted an app to the App Store through Xcode. I set up the name in iTunes Connect, but I just realized that I was still using the working title in Xcode. Does this mean that when users download my app, the working title be shown beneath the app icon, or will the iTunes Connect title be used?

有帮助吗?

解决方案

The "appName" on itunes connect will define the name displayed on the app store.

The name that will be under your app icon is the Product Name defined in xcode. You can find it on Targets > YourProject > Build Settings > Packaging.

EDIT : changing the Bundle Display Name in your info.plist should do the work.

其他提示

The Bundle Display Name in the app's plist is what is displayed under the icon. This display name can be changed independent of the project name, product name, or the Bundle ID suffix. The name displayed by the App Store is set in iTunes Connect, and can also be set independent from any of the other 4 or 5 "names" for an app.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top