So, for my project I created a utility app in which I used NSKeyedArchiver to store the data into this archive file.
When I submit to the appstore, does it need to contain the code for how the archive was made or is just the archive fine?
More info: I created classes that would parse data and store in archive file
In my project file, I copied the archive from the docs directory of the utility app to my project folder.
Then I unarchived using NSKeyedUnarchiver.
I just don't know if the app testers would need to see the data parsing/archive creation.
What do you think?