Code obfuscation or License library ?

luke2012

Well-Known Member
Licensed User
Longtime User
Hi to all,
wich is the best solution to prevent (limit) the apk copies ?
I Mean which are the pro & cons of both solution?
 

luke2012

Well-Known Member
Licensed User
Longtime User
Could be an idea!
My doubt is about Licence Library or better about Licence management.

Licence Library questions :

1) Is licence management compatible on all Android versions?
2) How much is the effort to implement it ?
3) The added value compared to code obfuscation is significant ?
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
You should obfuscate your released code.

Code obfuscation makes it more difficult to reverse engineer your code. Anyone with a rooted device can still take your APK file and distribute it. Licensing makes it more difficult to run your APK on other devices. You should see the Licensing tutorial for more information.
 
Upvote 0
Top