diff --git a/OSGKeyboard/Info.plist b/OSGKeyboard/Info.plist
index 26d3ea3..39fe503 100644
--- a/OSGKeyboard/Info.plist
+++ b/OSGKeyboard/Info.plist
@@ -36,6 +36,8 @@
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
+ ITSAppUsesNonExemptEncryption
+
LSApplicationCategoryType
public.app-category.utilities
NSAppTransportSecurity
diff --git a/project.yml b/project.yml
index 527acda..64e9996 100644
--- a/project.yml
+++ b/project.yml
@@ -95,6 +95,12 @@ targets:
- CFBundleURLName: com.osgkeyboard.ios.settings
CFBundleURLSchemes:
- osgkeyboard
+ # All network calls are HTTPS (NSAppTransportSecurity above);
+ # nothing in the app uses non-exempt encryption. Declaring
+ # `ITSAppUsesNonExemptEncryption: false` lets us skip the
+ # annual self-classification questionnaire in App Store
+ # Connect on every upload.
+ ITSAppUsesNonExemptEncryption: false
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.osgkeyboard.ios