Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question

2 Answers

up vote 8 down vote accepted

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.

share|improve this answer
Thanks a lot gcamp, that is exactly what I assumed would be the case. – JLoewy Oct 28 '11 at 21:44

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)

share|improve this answer
Are you sure about this? Meaning all sqlite database contents will be preserved as well when you buy the app? This was my only concern, thanks – JLoewy Nov 3 '11 at 18:20
That has been my experience. – Jay Imerman Nov 22 '11 at 16:48

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.