iOS: Export-Compliance-Rueckfrage dauerhaft abschalten
ITSAppUsesNonExemptEncryption=false in die Info.plist. Die App nutzt nur die Standard-Verschluesselung des Systems (HTTPS), faellt damit unter die Ausnahme und die "App Encryption Documentation"-Frage entfaellt bei jedem Upload. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -28,6 +28,14 @@
|
|||||||
<string>1.0</string>
|
<string>1.0</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1</string>
|
<string>1</string>
|
||||||
|
|
||||||
|
<!-- Export-Compliance: Die App nutzt nur die Standard-Verschluesselung des
|
||||||
|
Systems (HTTPS ueber Apples Betriebssystem) und faellt damit unter die
|
||||||
|
Ausnahme. Mit diesem Schluessel entfaellt die "App Encryption
|
||||||
|
Documentation"-Rueckfrage bei jedem Upload nach App Store Connect. -->
|
||||||
|
<key>ITSAppUsesNonExemptEncryption</key>
|
||||||
|
<false/>
|
||||||
|
|
||||||
<key>UILaunchScreen</key>
|
<key>UILaunchScreen</key>
|
||||||
<dict/>
|
<dict/>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user