iOS Question (App Store Connect) Features: Encryption

aeric

Expert
Licensed User
Longtime User
Not sure which one should I choose. I use iHttpUtils2 to send and receive json string that contains user id and password in plain text. The app connect to a my hosting server which I enable Cloudflare SSL which makes my url with https.

If your build is not using encryption, use the key string value in your Info.plist file so you don't have to provide export compliance information with your next build.

<key>ITSAppUsesNonExemptEncryption</key><false/>

Export Compliance
Is your app designed to use cryptography or does it contain or incorporate cryptography? (Select Yes even if your app is only utilizing the encryption available in iOS or macOS.)

o Yes
o No
 

BillMeyer

Well-Known Member
Licensed User
Longtime User
Just use Yes. That question is mainly for laws in the USA.
 
Upvote 0
Top