Change Bundle Identifier in Xcode When Submitting My First App in iOS

Change bundle identifier in Xcode when submitting my first app in IOS

By default, Xcode sets the bundle identifier to the bundle/company identifier that you set during project creation + project name.

Project Creation - Bundle/Company Identifier + Product Name

This is similar to what you see in the Project > Summary screen.

Project > Summary

But you can change this in the Project > Info screen. (This is the Info.plist.)

Project > Info

How to change the bundle identifier in xcode

Goto the settings of your app target. Under general section you can change your bundle identifier. Usually bundle identifier goes like com.companyID.appName

Sample Image

Changing Bundle ID of iOS app before submitting binary

To change your bundle ID (while app is still in the prepare for submission status), delete your leaderboards. Go back to "my apps" and the drop down menu will appear for you to select a new bundle ID, or create a new bundle ID.

After that, you can recreate your leaderboards again.

Cannot create an App ID with matching Bundle ID in Xcode project for first release using Xcode 8.0

I managed to get this sorted. @Beninho85 pointed me in the right direction but the info in this thread was the answer I needed: How to manage Personal Team info on Apple Developer website?
I had a two teams in my developer account. One was a previous Personal Team before I joined Apple Developer as a 'company'. This Personal Team had created App ID's for development provisioning profiles which were conflicting with identically named App ID's I wanted to create for distribution profiles using my company name. Identically named App ID's cannot be generated within the portal. Only Apple can delete personal Team accounts already registered with them. I had them delete the personal team and App ID's.

How to change bundle identifier of rejected app

I got a solution. I have changed my app's name 'MyApp' to 'MyApp1'. That will free the old name and back into the pool for reuse. Then add new app with app name 'MyApp' and delete app 'MyApp1'. In this way we can use new bundle identifier and reuse old app name for rejected apps.

https://devforums.apple.com/message/771644#771644



Related Topics



Leave a reply



Submit