Question

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?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top