implementing In-app Billing in the emulator
android, billing, emulation, in-app, proxy
Solution
Use Wifi to connect to the Internet? Testing in-app billing requires the Android Market/Google Play Store application with related Google services. This is not available on the emulator, so you need to use a real device.
Problem
I have been reading about "implementing In-app Billing" for an android application, and the documentation says that is not possible to test the application in the emulator. Is that true? I don't have a "mobile data plan" with the mobile I'm developing, so I try to connect the mobile through my PC via USB, but because my PC is behind a proxy, I can't connect to Internet. What could I do? Thanks in advance