can you have more than 1 build on your device?

Hi, I have a question.

I have made a quick game using Corona, and I want to test it on my iphone, so I do a build for iOS and chose the option “Copy to device” and after that it gets installed on my device and works perfect! But then I make a second game and want this on my device too, so I do the same procedure, but after building it, it overrides the old game I made. Is it possible to have both games on my iphone?

Apple apps are identified by a bundle ID that’s tied to the provisioning profile you build your app with. If you want to sideload multiple Corona projects, each project will need its own provisioning profile. What I do personally if I don’t want to create new application IDs for apps I’m just testing, I have bundle/application IDs:  com.mydomain.test1, com.mydomain.test2, com.mydomain.test3. Then if I don’t want to overwrite one of them, I will use one of the other bundle IDs.  

If it’s an app I plan on deploying it will have its own bundle ID and its own profile so there wouldn’t be issues having multiple apps installed at the same time.

Rob

Thanks so much! It is working now :slight_smile:

Apple apps are identified by a bundle ID that’s tied to the provisioning profile you build your app with. If you want to sideload multiple Corona projects, each project will need its own provisioning profile. What I do personally if I don’t want to create new application IDs for apps I’m just testing, I have bundle/application IDs:  com.mydomain.test1, com.mydomain.test2, com.mydomain.test3. Then if I don’t want to overwrite one of them, I will use one of the other bundle IDs.  

If it’s an app I plan on deploying it will have its own bundle ID and its own profile so there wouldn’t be issues having multiple apps installed at the same time.

Rob

Thanks so much! It is working now :slight_smile: