Does Solar2D add any encryption code when building an app?

Hi, I’m just adding an update of my app to the app store, the first in 3 years. It’s asking me about encryption. My app doesn’t use any, but does Solar2D add any kind of encryption code to apps when it builds them?

The app store choices are:

  • Encryption algorithms that are proprietary or not accepted as standard by international standard bodies (IEEE, IETF, ITU, etc.)
  • Standard encryption algorithms instead of, or in addition to, using or accessing the encryption within Apple’s operating system
  • Both or neither

Thanks in advance. Cheers.

Add ITSAppUsesNonExemptEncryption = false in you iPhone Plist table in build settings file.

Thank you!