Post

Replies

Boosts

Views

Activity

Comment on Do I need a privacy manifest when using UserDefaults and CloudKit in my app?
Very interesting. I didn't realize that User Defaults contained anything other than the data I write to it. I always thought it was essentially an empty plist where I could add key:value pairs. I'll add the manifest for now. Maybe it's time to reconsider using UserDefaults at all. I suppose I could get the same behavior from creating a local JSON file and saving the settings there.
Sep ’24