質問

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?

役に立ちましたか?

解決

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.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top