IOS – How to upload a new version of an app after an App Transfer

app-store-connectios-appstore

I know how to transfer an app from one account to another account as I have read the whole procedure for transfering apps from Apple's Documentation.

However, if I want to upload a new version of the app after transferring I need the bundle identifier to be the same as the previous version of the app. I don't have that same identifier.

How can I upload a new version of that app? Do I need to create a new provisioning profile?

Best Answer

I need the bundle identifier to be the same as the previous version of the app. I don't have that same identifier.

The identifier is transferred along with the app, so once the app is transferred you continue to use the old identifier which has been transferred along with it. Therefore you are free to submit updates as if you were submitting updates to the old app.

Do I need to create a new provisioning profile?

Yes you will. You can do this from the Member Centre or Xcode as you would have done for the app on the old account.