iambegineer
iambegineer

Reputation: 413

Can I submit same app with different name on iOS App Store?

I have developed one iOS app but I have about 10-13 clients whom I will be selling this app. So, the app is one and I will just change the name on all apps and publish it from same account. Is it allowed by Apple? The source code will be same and the name will be different on apps. The app is built to sale copies to client so it is allowed?

Upvotes: 2

Views: 4471

Answers (3)

shivi_shub
shivi_shub

Reputation: 1058

Yes you can submit the same app with different name. You just need to create the different targets of the same app. Bundle identifier will be different but the source code will be same. Here is the link for guiding of target creation- Multiple target creation

Upvotes: 0

Jordan
Jordan

Reputation: 341

Apple does allow one App with different names for different languages. https://developer.apple.com/internationalization/

So you might use a little trick, where you only "translate" the name of the app and leave everything else as it is.

Upvotes: 1

Pascal Pixel
Pascal Pixel

Reputation: 115

It is possible, but Apple won't be happy about it, the proposed way to do this is to license your apps to the clients instead of placing them on the public app store.

Source: https://forums.developer.apple.com/thread/7825

Upvotes: 2

Related Questions