How can I install a new "version" of my app/project on my iPhone without replacing the old app? Is there an non-intrusive and simple way to make the iPhone think it is another app?
Asked
Active
Viewed 128 times
1 Answers
4
Make it another app by changing the bundle id. You can't have 2 versions of the same app (same bundle id but different version number).

Wain
- 118,658
- 15
- 128
- 151
-
Also note that users won't be able to update to it. You will need to make a new app under iTunes connect AND most importantly your users will need to rebuy the app. – Allison Apr 14 '15 at 02:09
-
@Sirens If I change the bundle ID back to the original before submission it will not be a problem right? – KML Apr 14 '15 at 08:14
-
Yes, this should just be done temporarily for testing, the bundle id will need to be reset before submission. – Wain Apr 14 '15 at 08:20