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.
@arroz @adam We intentionally reset single tap to boost so users could see the new quote option. Otherwise people with that setting on would most likely report not having the option to quote as a bug.
@ivory @adam Right, I forgot about that. 🤦‍♂️ Still using the copy URL / paste method. 😄
@arroz You are the second person to report that they lost all their drafts though. Something we will look into.
@ivory @arroz it’s not everyone…which I know is good and bad news in troubleshooting ⚖️