having a test debug app and a released debug app side by side
        Posted  
        
            by Tristan
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Tristan
        
        
        
        Published on 2010-04-30T03:09:54Z
        Indexed on 
            2010/04/30
            3:17 UTC
        
        
        Read the original article
        Hit count: 537
        
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
© Stack Overflow or respective owner