Posts

Post not yet marked as solved
3 Replies
2.6k Views
Hello.During an investigation on why my app use a lot of space on disk, i found the Preferences folde in my AppData folder. In that folder, i have a lot of .plist file. Obvs, this is the file of my UserDefault data. But my app is creating multiple file of it, every minutes.The name that assign to the file is "bundleId".plist.XXXXXX and the last one is without XXXXXXHow can I stop creating multiple copy of it? I was thinking that is some rule about the backup of this file, or maybe every time i add/edit a value in my plist, it creates a new file. Is it possible to avoid this?
Posted Last updated
.