ios - Migrate Core Data from iCloud to local after user signed out from iCloud -
i have scenario:
- an app uses core data icloud
- the user kills app (it doesn't run not in background)
- after app killing, user signs out icloud on device
- 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
Post a Comment