ios: fix ITSEncryptionExportComplianceCode value
Fixes: ``` ERROR: [ContentDelivery.Uploader] Asset validation failed (90592) Invalid Export Compliance Code. The export compliance key value [1aa92c4d-6194-4d7d-b70a-16b48256b87e] in the app's Info.plist doesn’t match the key value of the app’s export compliance documentation. To find the correct value, go to My Apps on App Store Connect. (ID: aec424a8-7f2c-4efb-9227-6047bba576a2) ``` Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
ac86a281e6
commit
0c8022de20
|
@ -52,7 +52,7 @@
|
|||
<key>ITSAppUsesNonExemptEncryption</key>
|
||||
<true/>
|
||||
<key>ITSEncryptionExportComplianceCode</key>
|
||||
<string>1aa92c4d-6194-4d7d-b70a-16b48256b87e</string>
|
||||
<string>37d5ac79-0eb2-4e66-9117-8a8515185a7f</string>
|
||||
<key>LSApplicationQueriesSchemes</key>
|
||||
<array>
|
||||
<string>whatsapp</string>
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
<key>ITSAppUsesNonExemptEncryption</key>
|
||||
<true/>
|
||||
<key>ITSEncryptionExportComplianceCode</key>
|
||||
<string>1aa92c4d-6194-4d7d-b70a-16b48256b87e</string>
|
||||
<string>37d5ac79-0eb2-4e66-9117-8a8515185a7f</string>
|
||||
<key>LSApplicationQueriesSchemes</key>
|
||||
<array>
|
||||
<string>whatsapp</string>
|
||||
|
|
Loading…
Reference in New Issue