xcode - Retain Core Data in unpublished app when upgrading iOS beta version -


i have app developing in xcode beta uses core data , running on ipad ios beta installed. when upgrade ios beta new version, app not restore itunes along of other apps. after running app in xcode using ipad destination, app has previous user defaults restored, core data lost.

is there way app's core data restoration after upgrade?

when we're talking unpublished app there's no problem. have download app container (xcode - window - devices), select device, select app, tap on 'settings' button below list , select download container. after update select replace container , give downloaded one. way keep not coredata saved in app folder.

btw: may use method "swap" user data between few devices.

ofc may via code, quicker such rare situations , won't forget delete code later ;).


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -