In the Corona Simulator, I first built my app with the following java package name: com.mydebugname.myapp
I just rebuilt it with a different package name: com.myrelease.myapp
When I install it on a device, it is installing as a new app, not updating the existing one. The change in package name means it is seen as a new app.
Is there a way around this? I’d like to change the package name (the debug name is NOT appropriate for a release version).