State Restoration: Deleting current state data

In the past, it seemed that if you used the app switcher and killed the app, that state restoration data would not persist, and starting the app again would not load any stored state data. But now (at lest in iOS 17) that is no longer the case.

There are situations where the old state might cause issues, which we obviously need to fix, but users should be able to clear the state data.

I am not using sessions and am using the older methods - application:shouldSaveApplicationState: and application:shouldRestoreApplicationState:.

My question is, how can I tell my users to reset/clear state restoration data if needed?

State Restoration: Deleting current state data
 
 
Q