views:

534

answers:

1

Hi,

I'm running a small team of iPhone developers and am a bit concerned about the application transfers into iPhone from Xcode.

The problem is that whenever an app is transfered into the iphone the earlier transfered app is mysteriously replaced.

My question is, "How do I ensure that every app takes its own respective place and does not replace one another".

I had suggested the whole team to change the name of the bundle identifier in the info.plist to prevent such an event.

Please suggest if there's any other way to ensure that the app is not replaced as it is getting really time consuming for me to transfer the deleted app again and again and it gets expensive in the case of paid apps.

Cheers,

+1  A: 

Regarding the paid apps, you should be able to manage this through iTunes without downloading or buying again. For example, I've developed an application for my iPhone. I removed it off the device when 1.0 was released and downloaded it using a promo code. When I was coding/testing version 1.1 I would push it onto the phone through Xcode, essentially 'stepping' on the paid app. Whenever I wanted to go back to the 1.0-officially-downloaded-version, I would uncheck the app in iTunes, sync, then recheck. I could also have removed the dev version through XCode organizer and then used iTunes to put the purchased app back on.

Hope that makes sense.

mhunter007
thanks for your help. I was thinking the same thing.
Divanshu