ITSAppUsesNonExemptEncryption export compliance while internal testing?

前端 未结 8 971
攒了一身酷
攒了一身酷 2020-11-30 16:57

I got this message while selecting build for internal testing.it says about setting ITSAppUsesNonExemptEncryption in info.plist what does it mean? is it nec

8条回答
  •  伪装坚强ぢ
    2020-11-30 17:23

    Basically ITSAppUsesNonExemptEncryption stands for a Boolean value equal to NO.

    Update by @JosepH: This value means that the app uses no encryption, or only exempt encryption. If your app uses encryption and is not exempt, you must set this value to YES/true.

    It seems debatable sometimes when an app is considered to use encryption.

提交回复
热议问题