I created an app which called say Foo in XCode.
When I decided to publish this app, I wanted to name the app FooApp instead of Foo. So, that is the bundleID that was created.
The problem now is that the bundle ID’s in XCode vs. iTunesConnect do not match.
I tried to edit info.plist but it seems to mess up my project and it will no longer run at all.
Any suggestions?
I think this was an anomaly. I was able to match the bundle ID on the portal to my plist.info. In my case, I needed to change the bundle ID in my project because I had created a bundle ID with a different name on the portal That worked.