Previously I had set up an app ID (eg. com.mycompany.appName) in the apple dev portal for testing, and that worked fine.
Now, I have 3 different versions of the app, all with their own app ID, and their own prov profile:
e.g.
com.myCompany.appName.uniqueapp1
com.myCompany.appName.uniqueapp2
com.myCompany.appName.uniqueapp3
However when I try to build them, if I open them up afterwards and look at the info.plist file, all 3 will have the same Bundle identifier as the old build.
What makes this more confusing is that I have deleted the old prov profile from my machine AND from the dev portal, so I have no idea how the new builds are being created using the old app ID.
This is causing problems as we use TestFlight to distribute our builds for testing, but
a) all three builds end up overwriting each other as their ID is the same
b) it then won’t install on the device anyway (presumably because there is some conflict).
I’m using Corona build 2014.2122, does anyone have any ideas about why this is happening?