Should I be worried about sending Apk to client before getting paid?

Posted by DanielS on Stack Overflow See other posts from Stack Overflow or by DanielS
Published on 2012-11-21T22:48:21Z Indexed on 2012/11/21 22:59 UTC
Read the original article Hit count: 207

Filed under:

I am working on an Android app for a client. The app is practically finished, and next week I'll have a meeting with the client to present it. He'll test everything, and upon approving it he will make the payment and I'll give him the source code and publish it on Google Play.

Today he called me asking for the Apk so that he can start testing it. I am worried that if we don't close the deal (for one reason or another) he might get someone to reverse engineer the Apk and get my source code/app anyway, even if obfuscated with ProGuard (I never tried, but according to this SO thread it's not that difficult to reverse engineer an Apk).

My question: Am I being paranoid here and should just send the client the Apk (cause perhaps the ProGuard obfuscation is enough to make the source code useless) , or are my worries reasonable and I should stick to getting paid before delivering anything?

© Stack Overflow or respective owner

Related posts about android