I Developed a Bluetooth app that we now offer but a customer requested some customization. I have completed the customization but do not want to put it on the market since we charged him $100.00 for changes and I don’t want other people downloading it for free(doesnt seem fair to him). How can I send the app to him so he can easily install it? He is not a developer so does not have eclipse to install the app.
Sorry for such an easy question but all I saw was people sharing apps with friends who already have eclipse.
Thank you,
Travis
Like the others have said, send the
apkfile by e-mail and ask him to install it. If you don’t want him to send the apk to others, you could try pairing the package to his device number/id, or google account, or anything else. Of course, you should implement that in code, preferably in a secure way (for you and for him).You may need to give him instructions to enable “Install from unknown sources” in the settings, in his device.