IllegalStateException in IAB V3
I am trying to impliment android in app billing v3 and my application crashes with the following error Can't start async operation (consume) because another async operation(consume) is in progress Stack trace is given below 02-25 16:56:54.811: E/AndroidRuntime(6913): FATAL EXCEPTION: main 02-25 16:56:54.811: E/AndroidRuntime(6913): java.lang.IllegalStateException: Can't start async operation (consume) because another async operation(consume) is in progress. 02-25 16:56:54.811: E/AndroidRuntime(6913): at com.seven.BillingHelper.IabHelper.flagStartAsync(IabHelper.java:711) 02-25 16:56:54.811: E