bhavikpokar1993 / marketbilling

Automatically exported from code.google.com/p/marketbilling
0 stars 0 forks source link

Thread Patch #139

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
STEPS TO REPRODUCE:
1. call IabHelper.queryInventoryAsync 
2. call IabHelper.dispose immediately after that

EXPECTED OUTPUT:
graceful shutdown

ACTUAL OUTPUT:
various exceptions (IllegalState, NullPointer)

OS VERSION: All

MARKET/MYAPPS VERSION: All

DEVICE: All

NOTES: Patch fixing it

Original issue reported on code.google.com by tmanthe...@gmail.com on 4 Aug 2013 at 11:06

Attachments:

GoogleCodeExporter commented 8 years ago
Just ran into this issue.  Not sure if these helpers are being maintained, but 
if so this can also happen if the helper is disposed of by user action (backing 
out of the activity using IabHelper for instance) before the query finishes. 

Original comment by alex.put...@starmakerinteractive.com on 1 Oct 2013 at 10:33

GoogleCodeExporter commented 8 years ago
How do you use this patch in an android project ?

Original comment by regis.an...@audioguidia.com on 21 Apr 2015 at 1:13