# ITSAppUsesNonExemptEncryption
###### tags: `ios` `plist` `apple store connect`
可以新增 no 的選項在 plist
`ITSAppUsesNonExemptEncryption`
ref: https://help.apple.com/xcode/mac/current/#/dev0dc15d044
Add the line below in the build config script
```
rootDict.SetBoolean ("ITSAppUsesNonExemptEncryption", false);
```