Question
Need a way to protect SWF from decompilers (as they can extract the SWF from Android's APK)
I'm working on an Android app that will be used in competitions, so protection from cheating is very important. I've noticed that Flash places the SWF file inside the APK file, which can be extracted as APK is just a ZIP file.
Is there any way to protect the SWF from decompilers?
