having a test debug app and a released debug app side by side
- by Tristan
Yo!
When I download my app from the iStore, the latest test version installed to my phone gets over written. Does anyone know how to have two versions of the same app side by side?
On a test project, I edited the build settings so that "realease" and "debug" have different product names. This seemed to solve my problem, however when I try this same trick on my actual project, the two overwrite each other again.
Does anyone have a recommendation? I don't mind how it's done.
Thanks!
Tristan