简体   繁体   中英

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, though 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM