I have written my first Android app. Now I need to test some in-app services but I cannot understand how can I do it.
I have based my code on this article: https://www.gaffga.de/implementing-in-app-billing-for-android/ to implement a premium version of my app with more features and I need to test the services before I publish it on the market.
I have added a new application on Developer Console, then I uploaded my apk file (unfinished app) and I have create a in-app product with the same ID used as the SKU on my application (I think these must be the same).
I need test it on my device (Nexus S) so I have added a new Google account on my device because I have read that I cannot use my "official" account to make this test.
Now I don't understand:
- Did I do this right? Or do I not understand this.
- How I can download my application from the market to test it?
- How I can test the premium features without buy my app? (I'd like only similate it).