Hi @Rburch,
Yes, you can use Ionic Data Storage in production apps but remember that the data isn’t encrypted. It works fine for settings etc.
And yes the data should be persisted between updates as long as you don’t remove the app first - I just tested to update our app on iOS and the settings were kept.
IMO Important and/or secret information needs to be stored somewhere else; encrypted and ideally not on the device.