I tried to create several iPhone apps using the same Xcode project, and it worked fine, but when I want to install them all on my iPhone, iTunes instead of adding the second application as new, it wants to replace the existing one (the first one is installed) with the second. I used a different purpose for each application and made a script that copies the corresponding image to Default.png. My application will have different distributions, so I need to figure out how to deploy the applications so that iTunes installs each of them as one application, and not consider all my applications as one application.
Can you guys help me with this?
Appreciate Alex.
source
share