Can not install two applications on the same device

Hello,

I build two applications made with Corona, using different names. I have tho .app files.

I can install one or the other, but if I try to install both of them, the last one erases the first on the device…

It sounds weird, as the two applications have differents names. Do I misunderstand anything ?

Olivier. [import]uid: 9079 topic_id: 3283 reply_id: 303283[/import]

Its should not do if you name the projects differently

When you are building the app and it asks for a name, put a different name there [import]uid: 5354 topic_id: 3283 reply_id: 9862[/import]

I totally agree. I of course give different names to my two applications during the build process, and have two .app files with different names.
Nevertheless, one app erases the other one…
That’s why I’ve posted this message. This behavior is quite surprising… [import]uid: 9079 topic_id: 3283 reply_id: 9864[/import]

Need to use different pov profile for each [import]uid: 7911 topic_id: 3283 reply_id: 9868[/import]

Sorry for the question : what is a “pov profile” ?
[import]uid: 9079 topic_id: 3283 reply_id: 9869[/import]

When you go to iTunes connect and create a provisioning profile for your app
Don’t know about android never tried it [import]uid: 7911 topic_id: 3283 reply_id: 9870[/import]

On android you just need to have different bundle id’s (com.myco.myapp, com.myco.myapp2)

On iOS this is actually true as well but the bundle id’s are controlled by the provisioning profile. If you made a provisioning profile in the Apple dev center that is com.myco.* the last bit will get auto filled in with your app name while you’re developing it. If you made a fully qualified provisioning profile the applications will collide even if they have different display names. [import]uid: 3 topic_id: 3283 reply_id: 10164[/import]