I created a small Android project during my free time, and I decided to give a group of people I specifically know of to try the app out. The group of people created a forum community where everyone gathers around to share some of their own projects. They usually upload their programs written in C++, Java, C#, and sometimes give out tips to newcomers.
I wrote an app that does bitmap manipulation stuffs, and was hoping that others can easily test the app out without having to go through Google Play market. I just don't want my app to go entirely public to anyone in the market.
I told them that I am going to upload an Android app so they can check my project out. I understood that they are all not Android developers, so they haven't seen anyone in the community upload an Android app onto the forums yet.
So, I started to do a little research on this.
I thought about exporting the project as an unsigned Android app, but a Google search made me realize that unsigned Android app can't be installed onto an Android phone, even with "Unknown sources - Allow installation of non-Market apps" ticked in the Settings -> Security menu.
Another way I tried to do is to self-sign the application. I give the app 1 year before the certification is invalid, signed the app by using the Eclipse -> Export Android application wizard. I uploaded the app, and got notified by one of the group of people that the app can't be installed onto their phone.
This is where I am stuck and now I'm clearly in need of assistence. Is there a way you can upload an Android app onto a forum, let another user download the APK file, and install it onto their phone with no hassle? Just want to keep this testing session in private, if it matters.
Thanks in advance.