First time using iTunes Connect and I'm confused as to what my app's bundle identifier actually is. Here's what I did:
First, I went to my account @ developer.apple.com, clicked "Certificates, IDs, and Profiles", clicked "App IDs", clicked the "+" button, and created a new explicit app ID with a bundle ID e.g. "com.example.foo".
Next I went to back to the my account page @ developer.apple.com and clicked on "iTunes Connect". In iTunes Connect I clicked "My Apps", then the "+" menu and "New App". In the bundle ID drop down menu were two entries: XC Wildcard and the com.example.foo bundle ID that I had just created. I chose com.example.foo and submitted the form. No errors or warnings were displayed. However, in the App Information screen that immediately followed, the bundle ID drop-down says "Choose" and the only option in the dropdown is XC Wildcard.
Is the com.example.foo bundle ID that I selected when creating the app in iTunes Connect actually associated with the app record? If so, why doesn't the UI indicate this? If not, why isn't there some kind of error when I specified that bundle ID and created a new app?