My app is already on the App Store, but now I'm creating an Apple Watch Extension which also means storing data in a Shared Group
.
How do I go about moving the data from where it's currently stored (Core Data
& UserDefaults
) for the customers that have already downloaded my app, the first time they launch the new update?
What's the most efficient and least resource intensive way of doing this, and only doing it for old users the first time they open the new update?