Converting iPhone App to iPad - Want to keep sandbox Data & CoreData storage
I have an iPhone Application that I would like to port to the iPad. Many user already have the iPhone App installed on their iPad.
I would like to push out a Universal App, thou开发者_开发知识库gh I'm not sure if the Sandbox data will still be there on the iPad once the iPhone app is upgraded to the new universal app.
Will I have all of my CoreData stuff there?
Thanks, Scott<-
Yes. Apps’ user defaults, documents, etc. are preserved between updates. The only case in which this wouldn’t work would be if you released a separate app with a separate bundle identifier, but since you’re just turning into a Universal build that shouldn’t be an issue.
精彩评论