Hi, I'm trying to implement 'consumable' products in an android app using billing v3.
To do this, I'm using getPurchases/consumePurchase *before* starting the BUY_INTENT to pre-consume any existing purchases of an item. However, it doesn't seem to work - after I consume a product, I can't buy it again for quite a while (1 to 5+ minutes) - I get a popup with "We cannot process this order right now. Please try again later." when trying to complete the purchase. The item is, however, successfully removed from the getPurchases list immediately after consumePurchase. Does this mean consumePurchase doesn't happen immediately, and can take several minutes to actually complete to the point is available for purchase again? Is there another way to achieve this then? billing v2 used to have unmanaged products which seems ideal, but not v3. Bye, Mark -- -- 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 --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

