Hi,
I’m developing a Connect IQ app that contains proprietary algorithm logic and I’d like to understand what official protections exist for the compiled .prg file.
I’m referring specifically to release builds (not debug builds).
In particular:
-
Is there any built-in obfuscation applied during the SDK build process (release build)?
-
Is the
.prgencrypted or otherwise protected? -
Are symbols/debug information automatically stripped?
-
Does the store submission pipeline apply any additional protection?
Thanks in advance for any clarification.