Has anyone else been getting reports of their iOS app’s data just… vanishing? Specifically, it sounds like UserDefaults is being reset. This doesn’t seem to be hitting a lot of my users, but the ones it hits are seeing it over and over.
#iosdev #userdefaults
@adam All my drafts disappeared from @ivory, but all the other settings remained. Not sure if this was something caused by an app update or a system bug.
@arroz @ivory That’s interesting (and a bummer, obviously). As far as I know from the reports I’ve gotten about my app, it seems like all of UserDefaults is blown away: standard, my shared suite, RevenueCat’s suite, etc. But it’s possible those were all cleared because my code tried to use them all at some “inopportune” time.
@adam @ivory Apparently it lost other settings as well, like the single tap to boost. Somehow the account information survived. It’s smelling like an OS bug for sure.
@adam @ivory It didn’t loose ALL the settings though. Weird.