From ea01da9b626bc6ce96e17f781fd9aa38dd9ea446 Mon Sep 17 00:00:00 2001 From: airkjw Date: Mon, 15 Jun 2026 10:21:45 +0900 Subject: [PATCH] ios: declare ITSAppUsesNonExemptEncryption=false (HTTPS-only, export-exempt) App uses only standard OS-provided encryption (HTTPS via Firebase/AdMob), which qualifies for export compliance exemption. Baking the key into Info.plist avoids the per-build encryption prompt on future uploads. Co-Authored-By: Claude Opus 4.8 --- ios/Runner/Info.plist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist index 56d919d..8223481 100644 --- a/ios/Runner/Info.plist +++ b/ios/Runner/Info.plist @@ -22,6 +22,8 @@ ???? CFBundleVersion $(FLUTTER_BUILD_NUMBER) + ITSAppUsesNonExemptEncryption + LSRequiresIPhoneOS UILaunchStoryboardName