I'm using the test SKU's for in-app billing using v3 and the helper 
provided in the sample app. When I attempt to purchase using the following 
code:

mHelper.launchPurchaseFlow(this, sku, 12345, this);

onActivityResult is immediately called with the corect request code 
(12345), but the intent data is null, which leads to the following error 
being logged:

"In-app billing error: Null data in IAB activity result."

... and *onIabPurchaseFinished* is called with an error result.

The thing is, the purchase process continues and works correctly. I assume 
the onActivityResult is only supposed to return after the purchase process 
is completed, not immediately? I never get informed of the successful 
purchase, but if I check the inventory the item is correctly marked as 
purchased.

I haven't changed the IabHelper code other than to turn debugging on.

Thanks in advance for any help.


-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to