Pergunta

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?

Foi útil?

Solução

You are only submitting binary during the submission process to iTunesConnect; App testers don't need to see/won't see the archive data creation: the process will be totally transparent for them.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top