I have developed a hybrid app for both iOS and Android. If I use some some hacking tools then I can unzip the APK file and see the code.
I also decrypted some famous app source code using the following website
http://www.javadecompilers.com/apk
I have following question:
Is it permissible to encrypt the app code in both App store(android play store & Apple app store)?
Is is the best practice?
If it is permissible, what are the way to encrypt?
Will be the encrypted app approved by app-store?
Yes you can encrypt your Android source code using Proguard https://developer.android.com/studio/build/shrink-code.html
I am not sure but i don't think you can use any hacking tool to decrypt iOS code.
Proguard is free Java class file shrinker, optimizer, obfuscator, and preverifier. It detects and removes unused classes, fields, methods, and attributes. It optimizes bytecode and removes unused instructions. It renames the remaining classes, fields, and methods using short meaningless names.
Hope this helps.
Try this Bg+ Anti Decompiler/Obfuscator It's the best tool for protect your android apps. One sample:
void ¢¢£()
{
¢¢ = (AdView) findViewById(R.id.ad_view);
¢¢¢=null;
{
AdRequest ¢¢¤ = new AdRequest.Builder() .build();
¢¢.loadAd(¢¢¤);
¢¢º();
}
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With