-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecate storing user data in UserDefaults (#574)
## Summary Previously we were double-writing to CoreData and to UserDefaults in case we decided not to move ahead with CoreData. Now we have a public release that is fully migrated to CoreData we are committed to the migration, and don't need to maintain the UserDefaults paths. This leaves in the code which migrates data from UserDefaults to CoreData, so it it still possible to seamlessly upgrade from previous versions, but removes incremental updates to UserDefaults, and deletes all values after the data has been migrated. This means downgrading from this version to <6.7 will require logging in again. ## Validation * [x] Launch the app and verify you can reload goals, view timezone * [x] Verify it is still possible to seamlessly upgrade from code before the CoreData migration
- Loading branch information
1 parent
3620b9e
commit c6ba808
Showing
1 changed file
with
39 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters