My application have several classes that implemented NSCoding
protocol. And the app save instances of these classes to the file system
In near future I will publish a new version of my application. This app will include the changed logic of - (void) encodeWithCoder:(NSCoder *)coder
and - (id) initWithCoder:(NSCoder *)aDecoder
methods.
Question is: What is general approach to test that app after a update works good?