ios - I have uploaded application with core data and I want to replace new core data without migration. Does apple allows it? -


i want replace core data , want delete old core data. apple allows delete old core data. there chance reject app.

apple won't care, users might. if there data users might sorry lose, should make every effort migrate or give option export when upgrade.

if you're using core data cache downloaded values, there's no problem @ all. in fact, deleting old store necessary prevent app crashing on upgrade, since wouldn't able migrate existing store. best place in core data setup code when receive error - boilerplate comments guide toward this.


Comments

Popular posts from this blog

c++ - Linked List error when inserting for the last time -

java - activate/deactivate sonar maven plugin by profile? -

java - What is the difference between String. and String.this. ? -