From cdada3fa23eb44f5f5bcfbbbae85b050d99d80ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 14 Feb 2023 10:24:03 +0100 Subject: [PATCH] ci: update ITSEncryptionExportComplianceCode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We were using old ID for the encryption compliance from old Org. Because of this the iOS release builds failed at TestFlight upload: ``` Error: Asset validation failed 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. (90592) ``` Related: - https://stackoverflow.com/questions/53326492/ - https://help.apple.com/app-store-connect/#/dev38f592ac9 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 a6b7b890ed..d8d7e028ee 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 048f333471..38a1fe494c 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