2 project 2 apps?

Hope someone can help me out with this because it causes my a lot of headache:)
I have build 2 different projects in unity and all goes well when publishing to my ipad.
When I open my second project in unity and again do a publish the old app on my ipad gets always overwritten even though they are 2 different Xcode projects. What do I have to do in order to have different apps for each project?

Thanks

Aydin

You need to use a different bundle ID, if you use the same your app will be replaced on the device.

com.company.app and com.company.app2 you can do something like this.

Do I need 2 dev licenses to do this?

Of course not, you only need to create 2 different App profiles with two different Bundle ID. The Bundle ID are linked to the App, nothing to do with your Dev License.

You can create infinite Bundles and infinite apps :wink:

Thanks for the help and going to try it right now:)