When an application is being submitted to the Apple App store, I need to choose whether the app implements cryptography or not.
My application itself does not use any cryptography, BUT it has In app purchase feature, i.e. the users can download additional paid content.
I still didn't drill much into the in app purchase details, but I can imaging that making a purchase online is done at least trough a secure connection, thus effectively using a cryptography for communication over a secure channel.
My question is: Are then all iPhone apps having in app purchases automatically having to check "yes" on the question about cryptography in the iTuness submit process?