From 0c8022de208502bb7cd5679d604f33a06f72b0fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 29 Jun 2023 12:05:09 +0200 Subject: [PATCH] ios: fix ITSEncryptionExportComplianceCode value MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- ios/StatusIm/Info.plist | 2 +- ios/StatusImPR/Info.plist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/StatusIm/Info.plist b/ios/StatusIm/Info.plist index 01ffa96829..9da9ff99d8 100644 --- a/ios/StatusIm/Info.plist +++ b/ios/StatusIm/Info.plist @@ -52,7 +52,7 @@ ITSAppUsesNonExemptEncryption ITSEncryptionExportComplianceCode - 1aa92c4d-6194-4d7d-b70a-16b48256b87e + 37d5ac79-0eb2-4e66-9117-8a8515185a7f LSApplicationQueriesSchemes whatsapp diff --git a/ios/StatusImPR/Info.plist b/ios/StatusImPR/Info.plist index a98eed5d40..e03d3e58bc 100644 --- a/ios/StatusImPR/Info.plist +++ b/ios/StatusImPR/Info.plist @@ -48,7 +48,7 @@ ITSAppUsesNonExemptEncryption ITSEncryptionExportComplianceCode - 1aa92c4d-6194-4d7d-b70a-16b48256b87e + 37d5ac79-0eb2-4e66-9117-8a8515185a7f LSApplicationQueriesSchemes whatsapp