Mahendra
Mahendra

Reputation: 8914

Can I release a new app with old bundle identifier by deleting old app?

I've developed an application and its old version is live on App Store. Now I'm confused about App Store submission. I have following questions regarding App Store submission of my app.

I've read some article saying that app bundle identifier can't be used same for two different application on App Store and If I use the same bundle identifier(used in old app) for my application, then it will be released as an update to an old app, I think?

So do I need to suggest client to go with the new bundle identifier instead of an old one?

Upvotes: 0

Views: 1052

Answers (1)

Shebuka
Shebuka

Reputation: 3228

You can't delete a bundle identifier and recreate one with the same name, you need to use a new one for a new app.

If you reuse an old identifier and release a new version than the users of the old app will receive an update to the new app. But I don't know if Apple review team will allow this.

Upvotes: 3

Related Questions