ios - Migrate Core Data from iCloud to local after user signed out from iCloud -


i have scenario:

  1. an app uses core data icloud
  2. the user kills app (it doesn't run not in background)
  3. after app killing, user signs out icloud on device
  4. the user starts app again, icloud account not there anymore, user wants icloud data there again in local store -> manual migration icloud local non-icloud store needs executed

the question - safe ? safe icloud container and/or data still there after user signs out icloud on device ? talking scenario e.g. user not using app let's 1 month , in meantime signs out icloud.

thanks lubos


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -