1
votes

My application name is different from my bundle identifier. I am using another language (arabic) for my application. In xcode, I had named my application in arabic, but in my bundle identifier, the name is in english... which one will actually appear in the app store? I noticed that xcode won't let me use the language in my identifier.

Thanks for any help.

4

4 Answers

4
votes

Yes. This happens all the time on the app store (where the iTunes name is much longer than the bundle name). Just make sure it properly represents your application.

The one that appears in the App Store is the one you set up in iTunes Connect, while the one that appears under the icon on the device is the one you enter in Xcode.

3
votes

Yes, You can change it by changing the product name under the build settings. When you change the bundle identifier, It will only show the bundle identifier name on ipad/iphone. But the product name on app store will be the name that is there in product Name under build section. Hence, to change the name on app store change the product name.

2
votes

in the info.plist file, add the property Bundle display name and put the value to whatever name you want to appear on the user's iDevice.

1
votes

Yes, It can be. You can change the name by editing it under "product name" under the build settings tab.