Adea Jones
Adea Jones

Reputation: 75

How to not overwrite an app when running on an iPhone device?

I'm making a project and I want to show three different versions of the same one, but when I run one of them, it overwrites the previous one. I want to have all three at the same time, how can I do it? I tried to change the bundle display name but it still overwrites it.

Upvotes: 0

Views: 89

Answers (1)

Jesse Gumpo
Jesse Gumpo

Reputation: 4797

Change the Bundle Identifier. You won't be able to change the Product Name, but you can append it with a .1 or somethingIdentifier

Upvotes: 3

Related Questions