Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

If you buy your own iPhone app, will it delete the developers build currently on your device?

So probably somewhat of a stupid question but here it goes.

If you download your own app once it gets submitted to the app store, will it download and overwrite the development build I currently still have on my device?

Thanks alot

like image 973
JLoewy Avatar asked Oct 28 '11 21:10

JLoewy


1 Answers

Yes,

It will install on anything that has the same bundle ID. The bundle ID is something like com.yourcompany.youappname.

If you want to, you can change the bundle ID in your development version and keep the one you have in the store. They can coexist that way.

like image 179
gcamp Avatar answered Nov 15 '22 09:11

gcamp