I am working on an iphone data management application. In the application, I save the data set using the main data (for example, name address, contact information, etc.).
Now I want to synchronize existing data with iCloud only if the user wants to synchronize, and on the other hand I want to import all the data in iCloud only if the user wants the application to work well with the data of the local application. So how do I complete this import import operation manually in iCloud?
a menu like sync from iCloud and sync to iCloud
source share