I am trying to integrate In app billing v3 in my app. I call the following function to initialize.
public static void SetupInappBilling()
{
mHelper = new
As discussed, the example IabHelper
implementation ignores the return value of the bindService()
call.
bindService()
returns false
if it cannot bind to the Service. In this case, no callbacks will ever get called. In this respect, the return value of bindService()
is essential for the program logic and should never be ignored; the example application is not exactly perfect here.
If I recall this correctly, conditions where binding to the IAB V3 will not work are: