saravanantcs
Lurker
I am using In App Billing API 3 in my application
when i try to purchase I am getting error "Item you are attempting to purchase could not be found" .
1. I set up the product id in developer console
2. I activated the product
3. I am using the same signed APK in my device
4. I am using the tester account in my device
still i am not able purchase . please help me.
also what is the diff bw these two type of purchases
1.mHelper = new IabHelper(this, G.getApplicationKey());
mHelper.launchPurchaseFlow(this, SKU_GAS, RC_REQUEST,
mPurchaseFinishedListener, payload);
2.
mService = IInAppBillingService.Stub.asInterface(service);
Bundle buyIntentBundle = mService.getBuyIntent(3, getPackageName(),
sku, "inapp", "bGoa+V7g/yqDXvKRqq+JTFn4uQZbPiQJo4pf9RzJ");
when i try to purchase I am getting error "Item you are attempting to purchase could not be found" .
1. I set up the product id in developer console
2. I activated the product
3. I am using the same signed APK in my device
4. I am using the tester account in my device
still i am not able purchase . please help me.
also what is the diff bw these two type of purchases
1.mHelper = new IabHelper(this, G.getApplicationKey());
mHelper.launchPurchaseFlow(this, SKU_GAS, RC_REQUEST,
mPurchaseFinishedListener, payload);
2.
mService = IInAppBillingService.Stub.asInterface(service);
Bundle buyIntentBundle = mService.getBuyIntent(3, getPackageName(),
sku, "inapp", "bGoa+V7g/yqDXvKRqq+JTFn4uQZbPiQJo4pf9RzJ");