02-01-2013 05:30 AM
I spent some days with less success, I made a program with in-app purchase function: in-app billing v3. But I could not test it.
I upload a draft version to my account, then I downloaded it from Emulator in developer mode, but when I started the program I got the following error message:
Unable to start service Intent { com.android.vending.billing.inappbillingservice.bi
I used the Google sample codes. The error appeared at following lines, the success variable will be false:
boolean success = mContext.bindService(new Intent("com.android.vending.billing.InAppBillingSe
Can I test in-app purchase function on an Emulator at all? (Mac OS X 10.8.2. + VMWARE Fusion + BlackBerry 10 Dev Alpha Simulator BB10_0_10.261)
02-06-2013 05:19 PM
Could anyone answer?
02-10-2013 06:38 AM
02-12-2013 07:04 AM