Pregunta

I am trying to upload an app to iTunesConnect and it is asking the following yes/no question:

"Have you added or made changes to encryption features since your last submission of this app?"

I have used the KeychainItemWrapper class and Security framework in my app. How should I answer the above question?

¿Fue útil?

Solución

If you have encrypted any content in your app then you should say Yes there, otherwise No. As per my observations KeychainItemWrapper is used when data is encrypted, so you should Say Yes in that case.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top