AlobhaTechnologies / marketbilling

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

onIabFinishListener is not calling on fragment. #131

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
STEPS TO REPRODUCE:

Hi Guys,

I have implemented inapp billing in my app.My problem is inIabFinishListener is 
not callling on fragment.While it is working fine in when i call 
onActivityResult(). But on fragment onActivityResult() is not called????

EXPECTED OUTPUT:

ACTUAL OUTPUT:

AFFECTED ORDER IDS (IF RELEVANT):

OS VERSION:4.0

MARKET/MYAPPS VERSION:3

DEVICE:s3

OUTPUT FROM ADB BUGREPORT ATTACHED:
(Note: The output from "adb bugreport" is required for all bug reports.)

NOTES:

Original issue reported on code.google.com by shail...@vxtindia.com on 18 Jul 2013 at 8:20

GoogleCodeExporter commented 8 years ago
Issue is that method mHelper.launchPurchaseFlow() calls internally 
startIntentSenderForResult() on activity - because of this onActivityResult() 
is not delivered to fragment. mHelper.launchPurchaseFlow() needs to be able to 
start with fragment parameter. The issue is also questioned here
http://stackoverflow.com/questions/14131171/calling-startintentsenderforresult-f
rom-fragment-android-billing-v3

Original comment by TomasRKo...@gmail.com on 25 Jun 2014 at 11:54

GoogleCodeExporter commented 8 years ago
Do you know when this is going to be resolved?

Original comment by a...@rachittechnology.com on 8 Sep 2014 at 6:37

GoogleCodeExporter commented 8 years ago
this is very annoying 

Original comment by cwadens...@gmail.com on 30 Oct 2014 at 12:26

GoogleCodeExporter commented 8 years ago
I have looked multiple solutions but none of them was working. Let me know if 
any of you found the answer

Original comment by ziz...@gmail.com on 28 Dec 2014 at 4:18