ios - Change entity and update app -


i have app in app store, added new attribute entity. how can update user's entity without deleting app , lose data?

thanks

1) click on xcdatamodel file in xcode
2) choose menu editor in upper bar
3) click on add version model
4) create new model based on previous 1
5) perform updates in new created xcdatamodel file

the app automatic handle updates


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

python - Django-cities exits with "killed" -

python - How to get a widget position inside it's layout in Kivy? -