I'm testing IAB v3 and found that if I tried to buy a product I already bought, getBuyIntent() returns with the response code BILLING_RESPONSE_RESULT_ITEM_ALREADY_OWNED. This would be much easier than getPurchase() to check a productId because getPurchase() returns all list.
Can I use this to check if a productId is already purchased or not? Is there no harm to call getBuyIntent() many times without call startIntentSenderForResult()? -- -- 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.

