Info.plist: ITSAppUsesNonExemptEncryption=false
App nutzt nur Standard-iOS-HTTPS/TLS — keine Custom-Crypto, keine proprietären Verschlüsselungsalgorithmen. Mit diesem Flag entfällt die Pflicht zur Compliance-Dokumentation bei App Store Connect.
This commit is contained in:
parent
a694a6fab8
commit
b6a92c5811
1 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,8 @@
|
||||||
<string>$(CURRENT_PROJECT_VERSION)</string>
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
||||||
<key>LSRequiresIPhoneOS</key>
|
<key>LSRequiresIPhoneOS</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
<key>ITSAppUsesNonExemptEncryption</key>
|
||||||
|
<false/>
|
||||||
<key>UILaunchScreen</key>
|
<key>UILaunchScreen</key>
|
||||||
<dict/>
|
<dict/>
|
||||||
<key>UIApplicationSceneManifest</key>
|
<key>UIApplicationSceneManifest</key>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue