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
|
|
|
Yes, It will install on anything that has the same bundle ID. The bundle ID is something like 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. |
|||
|
|
|
As long as it is the same bundle id it will overwrite the app. However all resource files will be preserved (NSUserDefaults, Documents directory files, etc) |
|||||
|