Reputation: 239
I am trying to upload second version of my app on app store i create new bundle id distribution certificates then i go to iTunes connect on iTunes connect i select bundle id from drop down menu "Note that the Bundle ID cannot be changed if the first version of your app has been approved.I stuck here?
Upvotes: 1
Views: 1655
Reputation: 49730
By the documentation please you must read Updating Your App
No need to create new bundle id distribution certificates just follow the Following steps:
Go to you Itunes Connect--> Login--> Manage Your Apps-->click on you app icon that yo want to upload new version.
click on add Version
Now open Xcode and open the project that you want to upload set same version number that you are setting in itunesConnect.
Set the Bundle number and version number that must greater then previous one for Example bellow screenshot.
Set correct code sign and also set correct Bundle Identifier that you are setting previous for distribution.
Upvotes: 3
Reputation: 2309
You shouldn't change your Bundle ID if you want to update your app. The bundle ID AFAIK identifies your app from others, so changing your ID is the same as changing your App.
Upvotes: 1
Reputation: 577
Please follow this link(apple documentation ) https://developer.apple.com/library/ios/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Chapters/ReplacingYourAppWithANewVersion.html#//apple_ref/doc/uid/TP40011225-CH14-SW1
Upvotes: 1