Open creati8e opened 7 years ago
Are you using the sample project or your custom project? It should work on an emulator with Google APIs installed. I will check on my side.
I noticed the same. It can't connect to the InAppBillingService
on the emulator.
The docs mention this isn't supported:
You cannot use the emulator to test In-app Billing; you must install your application on a device to test In-app Billing.
I tried to check is billing supported and get sku details on emulators, but observable does not terminated at all. It hangs on service binding state, but it does not completes with error or success. I tried Android Studio emulator with google APIs and genymotion emulator without it. All works fine on real device. What is the problem might be?