How to delete save data from a iOS application

836 views Asked by At

I'm developing an IOS App, and I'm currently working on archiving the data with NSCoder, but I had initially saved the wrong data type to a variable, and now its causing my application to crash, I have fixed the problem that was saving the wrong data, but I now need to delete that corrupted save data.

1

There are 1 answers

2
Daniel T. On BEST ANSWER

All data is stored inside the app package. Try deleting the app and re-installing it.