I need to obfuscate all the .js files generated by an IOS mobile app in Outsystems.
Do anyone have any documentation on how to integrate jscrambler with Outsytems to obfuscate the entire app? (Video tutorials I saw only show obfuscating own custom .js file)
Do you have another tool that integrates with Outsytems, with which you can obfuscate all the code of a mobile app?
Hi,
This is not possible with OutSystems when hosted by OutSystems in the cloud. If you run OutSystems on premise maybe don't know, but I never heard about it. It might even effect your support with OutSystems.
The easiest way is to achieve something like this, is to use a CDN in front of the OutSystems load balancer that will do minification and coaching of your javascript and css files.
Regards,
Daniel
Hi Daniel,Noted on this, will try to see other options on my end. Thank you so much for answering!