Iβm working on an application using basic data, because I thought I could use the synchronization functions provided by the main data for iCloud to synchronize data between iPad and iPhone, now it is out of date.
I came across CloudKit, but basically it is to create and manage data that can be used by the end-user community, but not just one, like chat applications. My application is intended for only one user, so that the user can synchronize their data between their apple ecosystem devices.
I am new to iOS development, so it would be useful to know which technology will meet my requirements.
In short, can you suggest that I should use
- If you need to store data on your phone for offline use
- Then sync it between devices if the user says iPhone, iPad and iWatch.
PS Could you suggest something that is not necessary for the user to be signed into iCloud when saving data.
source share