Profile does not match package ID

So, I am trying to send an application to the application store. This is my first application, so I think I messed something up.

In iTunesConnect, my BundleID is com.mywebsite.appname

I created a survey profile through the Provisioning Portal with the same application ID that I used to create the BundleID in itunesConnect. When I try to sign the code for my release build, I see the following:

AppName (for bundle identifiers 'com.mywebsite.AppName') profile doesn't match bundle identifier 'mywebsite.AppName' 

From googling, it looks like the package identifier is case sensitive. I tried to create another application identifier in the dev portal as appname, but now it does not matter, since now in the Dev portal I have two applications called Appname. Despite the fact that this allowed me to add another application identifier, it displays them the same with the first letter as caps, and the rest does not. So, what do I need to do so that my profile matches the package ID. And what package identifier do I need to map, i.e. on iTunesConnect?

Finally, I want to make sure that the name of my application under the icon on the iPhone is not displayed in lowercase. Is it possible? Thanks!

+6
source share
1 answer

This screenshot shows you where to set the Bundle ID in Xcode:

enter image description here

+12
source

All Articles