More then one version of same App on device simultaniously

Hey guys

Does anyone know if there is away of having more then one version of the app on the iOS device at the same time?

For instance:

  1. I build the version with a given set of options, and send it to the device.

  2. I go into Unity, make a few changes (on code, actually), and send the build to the device, in a way that it WILL NOT OVERWRITE the previous version.

Let me know if I was not clear enough.
Thanks

The only way to have two or more copies of the same app on the device is change bundle ID, you can do something like this “com.mycompany.appname” and the other export “com.mycompany.appname2” you don’t even need to change this in unity you can change it directly into the .plist file in xcode.