android - Code signing to prevent piracy -


I have an app in the Android market, and recently I came to know that another publisher uploaded it under a different name, and was giving it for free.

I have never uploaded an APK which was not properly signed in official Google way. Would I like to know that it is possible to sign code to prevent this type of incident?

Can anyone remove a license and add your own? Is it easy to do this?

They just need to take their APK and upload it, under their account, the namespaces you created under your application Is unique to Therefore, at least they have reverse some of your code.

Comments