
Originally Posted by
traq
I didn't say that.
I said you should be sure that you have the legal rights to sell your app (e.g., that you are not infringing on any copyrights, patents, intellectual property laws, and/or licensing agreements).
You didn't say that.
You said that you "have" an application, and have developed "additional modules" for it (which, in and of itself, suggests that you may not be the owner/developer of the base application). You didn't mention how you obtained it, nor did you hint much at the possibility that you wrote the whole thing yourself.
Again, if you want an answer on a particular topic, please be more concise when asking. This is why I asked for clarification about what your question actually was about - from your OP, "how to sell" seemed to be the topic: therefore, taxes and other legal aspects of business transactions did not seem to be "unrelated things."
What language is your application written in?
Some languages are interpreted (e.g., PHP, javascript, python), and so have no "binaries" - they run directly from the source code.
On the other hand, programs written in compiled languages are often released as binaries because it is typically easier for an end-user to install (the app could include an installer, for example, so the user isn't required to compile the program themselves from the source code); this also gives the source code some measure of protection against (accidental?) alteration, copying, or reverse-engineering.
Bookmarks