CFBundleDisplayName or CFBundleName

Hi guys,

I have two simple questions.
Looking in Corona build.settings docs I do not understand should I use CFBundleDisplayName or CFBundleName?
What is the real difference between them?
Should I use both maybe?

I noticed that when you name your app like: “Beautiful skylines” that on iPhone you get: “Beautiful sky…”.
How to specify two row CFBundlename, so that everything fits?
I noticed that some apps have two row names.

Tnx.
GG

Do neither. Just put the name you want in the build dialog that pops up. On device, you cannot get very long file names. The only way to avoid the ellipsis is to keep the name short. The name in the App Store will be as you defined it in iTunes Connect. The name on device will be taken from the name you provide in the build dialog.

Rob

Thanks Rob!

Do neither. Just put the name you want in the build dialog that pops up. On device, you cannot get very long file names. The only way to avoid the ellipsis is to keep the name short. The name in the App Store will be as you defined it in iTunes Connect. The name on device will be taken from the name you provide in the build dialog.

Rob

Thanks Rob!