No. Bundle ID and Bundle Name are different things. Bundle ID is a com.yoursite.yourapp format value. You create it in the provisioning portal. You can specify it in build.settings, but that’s prone to error and we don’t recommend it. Let us do that work for you by getting the Bundle ID value from the provisioning profile for the app. We don’t have a field on the Build dialog box for you to enter that value. As you said the Bundle ID in the provisioning portal (which is in the provisioning profile) has to match what was setup on iTunes Connect. Let Corona manage that for you. As long as you have it in the profile, you’re good to go.
The Bundle display name is a different value. It’s a string you want your users to see and it appears under the App Icon. This value comes from the Corona build dialog’s “Application Name” field. I would **not** type the Bundle ID in here, but instead the string you want your uses to see such as “My Awesome App”. You can override this field in build.settings using either the CFBundleName or CFBundleDisplayName (I’m not sure which is actually used), but there is no reason to do this. Just let the Corona dialog box do the work for you.
Rob