I don't have any important data in my app. But when i read this tutorial i have a few questions ?
Only documents and other data that is user-generated, or that cannot otherwise be recreated by your application, should be stored in the /Documents directory and will be automatically backed up by iCloud.
Do i need to save UserDefaults
to iCloud
? And will my app approve if i don't use iCloud
?
And if i need can you show me how to save user default settings ? Because i found only tutorials how to save data from database.